#B666CF

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

Shades of Medium Orchid #B666CF

Tints of Medium Orchid #B666CF

Color information

#B666CF (or 0xB666CF) is unknown color: approx Medium Orchid. HEX triplet: B6, 66 and CF. RGB value is (182,102,207). Sum of RGB (Red+Green+Blue) = 182+102+207=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #B666CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B666CF is #499930. Grayscale: #898989. Windows color (decimal): -4823345 or 13592246. OLE color: 13592246.

HSL color Cylindrical-coordinate representation of color #B666CF: hue angle of 285.71º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B666CF is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB182102207-
CMYK0.120.5100.19
HSL285.71º52.24%60.59%-
HSV(B)285.71º50.72%81.18%-
XYZ35.3123.9561.79-
YUV137.89167159.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.07%
GREEN value IS 102 (40.23% from 255) = 20.77%
BLUE value IS 207 (81.25% from 255) = 42.16%
R=37.07%
G=20.77%
B=42.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1821022070.120.5100.19285.7152.2460.59
HexB666CFC3301311e343d
Octal26614631714630234366475
Binary101101101100110110011111100110011010011100011110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B666CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B666CF; }

 p { color: rgb(182,102,207); }

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

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

 a { background-color: rgb(182,102,207); }

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

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

 span { border-color: rgb(182,102,207); }

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