#B666DD

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

Shades of Medium Orchid #B666DD

Tints of Medium Orchid #B666DD

Color information

#B666DD (or 0xB666DD) is unknown color: approx Medium Orchid. HEX triplet: B6, 66 and DD. RGB value is (182,102,221). Sum of RGB (Red+Green+Blue) = 182+102+221=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #B666DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B666DD is #499922. Grayscale: #8B8B8B. Windows color (decimal): -4823331 or 14509750. OLE color: 14509750.

HSL color Cylindrical-coordinate representation of color #B666DD: hue angle of 280.34º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B666DD is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182102221-
CMYK0.180.5400.13
HSL280.34º63.64%63.33%-
HSV(B)280.34º53.85%86.67%-
XYZ37.0924.6771.21-
YUV139.49174158.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.04%
GREEN value IS 102 (40.23% from 255) = 20.20%
BLUE value IS 221 (86.72% from 255) = 43.76%
R=36.04%
G=20.20%
B=43.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821022210.180.5400.13280.3463.6463.33
HexB666DD12360D118403f
Octal266146335226601543010077
Binary1011011011001101101110110010110110011011000110001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B666DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B666DD; }

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

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

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

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

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

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

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

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