#B66DDC

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

Shades of Medium Orchid #B66DDC

Tints of Medium Orchid #B66DDC

Color information

#B66DDC (or 0xB66DDC) is unknown color: approx Medium Orchid. HEX triplet: B6, 6D and DC. RGB value is (182,109,220). Sum of RGB (Red+Green+Blue) = 182+109+220=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #B66DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66DDC is #499223. Grayscale: #8F8F8F. Windows color (decimal): -4821540 or 14446006. OLE color: 14446006.

HSL color Cylindrical-coordinate representation of color #B66DDC: hue angle of 279.46º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B66DDC is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB182109220-
CMYK0.170.5000.14
HSL279.46º61.33%64.51%-
HSV(B)279.46º50.45%86.27%-
XYZ37.6826.0570.75-
YUV143.48171.18155.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.62%
GREEN value IS 109 (42.97% from 255) = 21.33%
BLUE value IS 220 (86.33% from 255) = 43.05%
R=35.62%
G=21.33%
B=43.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1821092200.170.5000.14279.4661.3364.51
HexB66DDC11320E1173d41
Octal266155334216201642775101
Binary1011011011011011101110010001110010011101000101111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66DDC; }

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

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

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

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

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

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

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

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