#B66DCD

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

Shades of Medium Orchid #B66DCD

Tints of Medium Orchid #B66DCD

Color information

#B66DCD (or 0xB66DCD) is unknown color: approx Medium Orchid. HEX triplet: B6, 6D and CD. RGB value is (182,109,205). Sum of RGB (Red+Green+Blue) = 182+109+205=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #B66DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66DCD is #499232. Grayscale: #8D8D8D. Windows color (decimal): -4821555 or 13462966. OLE color: 13462966.

HSL color Cylindrical-coordinate representation of color #B66DCD: hue angle of 285.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B66DCD is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB182109205-
CMYK0.110.4700.20
HSL285.62º48.98%61.57%-
HSV(B)285.62º46.83%80.39%-
XYZ35.7825.2960.75-
YUV141.77163.68156.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.69%
GREEN value IS 109 (42.97% from 255) = 21.98%
BLUE value IS 205 (80.47% from 255) = 41.33%
R=36.69%
G=21.98%
B=41.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821092050.110.4700.20285.6248.9861.57
HexB66DCDB2F01411e313e
Octal26615531513570244366176
Binary101101101101101110011011011101111010100100011110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66DCD; }

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

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

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

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

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

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

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

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