#B66DDE

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

Shades of Medium Orchid #B66DDE

Tints of Medium Orchid #B66DDE

Color information

#B66DDE (or 0xB66DDE) is unknown color: approx Medium Orchid. HEX triplet: B6, 6D and DE. RGB value is (182,109,222). Sum of RGB (Red+Green+Blue) = 182+109+222=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #B66DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66DDE is #499221. Grayscale: #8F8F8F. Windows color (decimal): -4821538 or 14577078. OLE color: 14577078.

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

Color convert

RGB182109222-
CMYK0.180.5100.13
HSL278.76º63.13%64.9%-
HSV(B)278.76º50.9%87.06%-
XYZ37.9426.1672.16-
YUV143.71172.18155.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.48%
GREEN value IS 109 (42.97% from 255) = 21.25%
BLUE value IS 222 (87.11% from 255) = 43.27%
R=35.48%
G=21.25%
B=43.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821092220.180.5100.13278.7663.1364.9
HexB66DDE12330D1173f41
Octal266155336226301542777101
Binary1011011011011011101111010010110011011011000101111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66DDE; }

 p { color: rgb(182,109,222); }

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

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

 a { background-color: rgb(182,109,222); }

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

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

 span { border-color: rgb(182,109,222); }

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