#BB66D6

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

Shades of Medium Orchid #BB66D6

Tints of Medium Orchid #BB66D6

Color information

#BB66D6 (or 0xBB66D6) is unknown color: approx Medium Orchid. HEX triplet: BB, 66 and D6. RGB value is (187,102,214). Sum of RGB (Red+Green+Blue) = 187+102+214=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 214 (83.98% from 255 or 42.54% from 503); Max value from RGB is 214 - color contains mainly: blue. Hex color #BB66D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB66D6 is #449929. Grayscale: #8B8B8B. Windows color (decimal): -4495658 or 14051003. OLE color: 14051003.

HSL color Cylindrical-coordinate representation of color #BB66D6: hue angle of 285.54º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB66D6 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187102214-
CMYK0.130.5200.16
HSL285.54º57.73%61.96%-
HSV(B)285.54º52.34%83.92%-
XYZ37.3824.9266.46-
YUV140.18169.66161.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.18%
GREEN value IS 102 (40.23% from 255) = 20.28%
BLUE value IS 214 (83.98% from 255) = 42.54%
R=37.18%
G=20.28%
B=42.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871022140.130.5200.16285.5457.7361.96
HexBB66D6D3401011e3a3e
Octal27314632615640204367276
Binary101110111100110110101101101110100010000100011110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB66D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB66D6; }

 p { color: rgb(187,102,214); }

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

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

 a { background-color: rgb(187,102,214); }

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

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

 span { border-color: rgb(187,102,214); }

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