#B468CC

Color #B468CC Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B468CC

Tints of Medium Orchid #B468CC

Color information

#B468CC (or 0xB468CC) is unknown color: approx Medium Orchid. HEX triplet: B4, 68 and CC. RGB value is (180,104,204). Sum of RGB (Red+Green+Blue) = 180+104+204=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #B468CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B468CC is #4B9733. Grayscale: #898989. Windows color (decimal): -4953908 or 13396148. OLE color: 13396148.

HSL color Cylindrical-coordinate representation of color #B468CC: hue angle of 285.6º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B468CC is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB180104204-
CMYK0.120.4900.2
HSL285.6º49.5%60.39%-
HSV(B)285.6º49.02%80%-
XYZ34.6723.9659.92-
YUV138.12165.18157.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 36.89%
GREEN value IS 104 (41.02% from 255) = 21.31%
BLUE value IS 204 (80.08% from 255) = 41.80%
R=36.89%
G=21.31%
B=41.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1801042040.120.4900.2285.649.560.39
HexB468CCC3101411e323c
Octal26415031414610244366274
Binary101101001101000110011001100110001010100100011110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B468CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B468CC; }

 p { color: rgb(180,104,204); }

 H1.HeaderClassName
 {
   color: #B468CC;
 }
 .AnyTagClassName
 {
   color: #B468CC;
 }
</style>
background-color css

<style>
 a { background-color: #B468CC; }

 a { background-color: rgb(180,104,204); }

 div.DivClassName
 {
   background-color: #B468CC;
 }
 .BgClassName
 {
   background-color: #B468CC;
 }
</style>
border-color css

<style>
 span { border-color: #B468CC; }

 span { border-color: rgb(180,104,204); }

 td.TdClassName
 {
   border-color: #B468CC;
 }
 .TagClassName
 {
   border-color: #B468CC;
 }
</style>