#BB6FCD

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

Shades of Medium Orchid #BB6FCD

Tints of Medium Orchid #BB6FCD

Color information

#BB6FCD (or 0xBB6FCD) is unknown color: approx Medium Orchid. HEX triplet: BB, 6F and CD. RGB value is (187,111,205). Sum of RGB (Red+Green+Blue) = 187+111+205=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB6FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6FCD is #449032. Grayscale: #909090. Windows color (decimal): -4493363 or 13463483. OLE color: 13463483.

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

Color convert

RGB187111205-
CMYK0.090.4600.20
HSL288.51º48.45%61.96%-
HSV(B)288.51º45.85%80.39%-
XYZ37.226.3460.88-
YUV144.44162.18158.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.18%
GREEN value IS 111 (43.75% from 255) = 22.07%
BLUE value IS 205 (80.47% from 255) = 40.76%
R=37.18%
G=22.07%
B=40.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871112050.090.4600.20288.5148.4561.96
HexBB6FCD92E014121303e
Octal27315731511560244416076
Binary101110111101111110011011001101110010100100100001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6FCD; }

 p { color: rgb(187,111,205); }

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

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

 a { background-color: rgb(187,111,205); }

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

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

 span { border-color: rgb(187,111,205); }

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