#B66CD7

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

Shades of Medium Orchid #B66CD7

Tints of Medium Orchid #B66CD7

Color information

#B66CD7 (or 0xB66CD7) is unknown color: approx Medium Orchid. HEX triplet: B6, 6C and D7. RGB value is (182,108,215). Sum of RGB (Red+Green+Blue) = 182+108+215=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 215 (84.38% from 255 or 42.57% from 505); Max value from RGB is 215 - color contains mainly: blue. Hex color #B66CD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66CD7 is #499328. Grayscale: #8D8D8D. Windows color (decimal): -4821801 or 14118070. OLE color: 14118070.

HSL color Cylindrical-coordinate representation of color #B66CD7: hue angle of 281.5º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B66CD7 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB182108215-
CMYK0.150.5000.16
HSL281.5º57.22%63.33%-
HSV(B)281.5º49.77%84.31%-
XYZ36.9225.5867.28-
YUV142.32169.02156.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.04%
GREEN value IS 108 (42.58% from 255) = 21.39%
BLUE value IS 215 (84.38% from 255) = 42.57%
R=36.04%
G=21.39%
B=42.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1821082150.150.5000.16281.557.2263.33
HexB66CD7F32010119393f
Octal26615432717620204317177
Binary101101101101100110101111111110010010000100011001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66CD7; }

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

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

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

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

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

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

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

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