Shades of Medium Orchid #BB52CB
Tints of Medium Orchid #BB52CB
RGB
CMYK
RGB Variations
Color information
#BB52CB (or 0xBB52CB) is known color: Medium Orchid. HEX triplet: BB, 52 and CB. RGB value is (187,82,203). Sum of RGB (Red+Green+Blue) = 187+82+203=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB52CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB52CB is #44AD34. Grayscale: #7E7E7E. Windows color (decimal): -4500789 or 13324987. OLE color: 13324987.
HSL color Cylindrical-coordinate representation of color #BB52CB: hue angle of 292.07º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB52CB is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 82 | 203 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.20 |
| HSL | 292.07º | 0.54% | 0.56% | - |
| HSV(B) | 292.07º | 0.6% | 0.8% | - |
| XYZ | 34.29 | 20.91 | 58.73 | - |
| YUV | 127.19 | 170.79 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 82 | 203 | 0.08 | 0.60 | 0 | 0.20 | 292.07 | 0.54 | 0.56 |
| Hex | BB | 52 | CB | 8 | 3C | 0 | 14 | 124 | 36 | 38 |
| Octal | 273 | 122 | 313 | 10 | 74 | 0 | 24 | 444 | 66 | 70 |
| Binary | 10111011 | 1010010 | 11001011 | 1000 | 111100 | 0 | 10100 | 100100100 | 110110 | 111000 |
Color Harmonies of #BB52CB
Complementary color
Monochromatic Colors of #BB52CB
Black with #BB52CB
Text Example
Text Example
White with #BB52CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB52CB; }
p { color: rgb(187,82,203); }
H1.HeaderClassName
{
color: #BB52CB;
}
.AnyTagClassName
{
color: #BB52CB;
}
</style>
background-color css
<style>
a { background-color: #BB52CB; }
a { background-color: rgb(187,82,203); }
div.DivClassName
{
background-color: #BB52CB;
}
.BgClassName
{
background-color: #BB52CB;
}
</style>
border-color css
<style>
span { border-color: #BB52CB; }
span { border-color: rgb(187,82,203); }
td.TdClassName
{
border-color: #BB52CB;
}
.TagClassName
{
border-color: #BB52CB;
}
</style>