#B66CCD

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

Shades of Medium Orchid #B66CCD

Tints of Medium Orchid #B66CCD

Color information

#B66CCD (or 0xB66CCD) is unknown color: approx Medium Orchid. HEX triplet: B6, 6C and CD. RGB value is (182,108,205). Sum of RGB (Red+Green+Blue) = 182+108+205=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #B66CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66CCD is #499332. Grayscale: #8C8C8C. Windows color (decimal): -4821811 or 13462710. OLE color: 13462710.

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

Color convert

RGB182108205-
CMYK0.110.4700.20
HSL285.77º49.24%61.37%-
HSV(B)285.77º47.32%80.39%-
XYZ35.6725.0860.72-
YUV141.18164.02157.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.77%
GREEN value IS 108 (42.58% from 255) = 21.82%
BLUE value IS 205 (80.47% from 255) = 41.41%
R=36.77%
G=21.82%
B=41.41%

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
Decimal1821082050.110.4700.20285.7749.2461.37
HexB66CCDB2F01411e313d
Octal26615431513570244366175
Binary101101101101100110011011011101111010100100011110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66CCD; }

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

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

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

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

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

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

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

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