Shades of Medium Orchid #BB3CCD
Tints of Medium Orchid #BB3CCD
RGB
CMYK
RGB Variations
Color information
#BB3CCD (or 0xBB3CCD) is known color: Medium Orchid. HEX triplet: BB, 3C and CD. RGB value is (187,60,205). Sum of RGB (Red+Green+Blue) = 187+60+205=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 60 (23.83% from 255 or 13.27% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB3CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3CCD is #44C332. Grayscale: #727272. Windows color (decimal): -4506419 or 13450427. OLE color: 13450427.
HSL color Cylindrical-coordinate representation of color #BB3CCD: hue angle of 292.55º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB3CCD is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 60 | 205 | - |
| CMYK | 0.09 | 0.71 | 0 | 0.20 |
| HSL | 292.55º | 0.59% | 0.52% | - |
| HSV(B) | 292.55º | 0.71% | 0.8% | - |
| XYZ | 33.13 | 18.2 | 59.53 | - |
| YUV | 114.5 | 179.08 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 60 | 205 | 0.09 | 0.71 | 0 | 0.20 | 292.55 | 0.59 | 0.52 |
| Hex | BB | 3C | CD | 9 | 47 | 0 | 14 | 125 | 3B | 34 |
| Octal | 273 | 74 | 315 | 11 | 107 | 0 | 24 | 445 | 73 | 64 |
| Binary | 10111011 | 111100 | 11001101 | 1001 | 1000111 | 0 | 10100 | 100100101 | 111011 | 110100 |
Color Harmonies of #BB3CCD
Complementary color
Monochromatic Colors of #BB3CCD
Black with #BB3CCD
Text Example
Text Example
White with #BB3CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3CCD; }
p { color: rgb(187,60,205); }
H1.HeaderClassName
{
color: #BB3CCD;
}
.AnyTagClassName
{
color: #BB3CCD;
}
</style>
background-color css
<style>
a { background-color: #BB3CCD; }
a { background-color: rgb(187,60,205); }
div.DivClassName
{
background-color: #BB3CCD;
}
.BgClassName
{
background-color: #BB3CCD;
}
</style>
border-color css
<style>
span { border-color: #BB3CCD; }
span { border-color: rgb(187,60,205); }
td.TdClassName
{
border-color: #BB3CCD;
}
.TagClassName
{
border-color: #BB3CCD;
}
</style>