Shades of Medium Orchid #BB37CB
Tints of Medium Orchid #BB37CB
RGB
CMYK
RGB Variations
Color information
#BB37CB (or 0xBB37CB) is known color: Medium Orchid. HEX triplet: BB, 37 and CB. RGB value is (187,55,203). Sum of RGB (Red+Green+Blue) = 187+55+203=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 55 (21.88% from 255 or 12.36% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB37CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB37CB is #44C834. Grayscale: #6E6E6E. Windows color (decimal): -4507701 or 13318075. OLE color: 13318075.
HSL color Cylindrical-coordinate representation of color #BB37CB: hue angle of 293.51º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB37CB is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 55 | 203 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.20 |
| HSL | 293.51º | 0.59% | 0.51% | - |
| HSV(B) | 293.51º | 0.73% | 0.8% | - |
| XYZ | 32.64 | 17.61 | 58.18 | - |
| YUV | 111.34 | 179.73 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 55 | 203 | 0.08 | 0.73 | 0 | 0.20 | 293.51 | 0.59 | 0.51 |
| Hex | BB | 37 | CB | 8 | 49 | 0 | 14 | 126 | 3B | 33 |
| Octal | 273 | 67 | 313 | 10 | 111 | 0 | 24 | 446 | 73 | 63 |
| Binary | 10111011 | 110111 | 11001011 | 1000 | 1001001 | 0 | 10100 | 100100110 | 111011 | 110011 |
Color Harmonies of #BB37CB
Complementary color
Monochromatic Colors of #BB37CB
Black with #BB37CB
Text Example
Text Example
White with #BB37CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB37CB; }
p { color: rgb(187,55,203); }
H1.HeaderClassName
{
color: #BB37CB;
}
.AnyTagClassName
{
color: #BB37CB;
}
</style>
background-color css
<style>
a { background-color: #BB37CB; }
a { background-color: rgb(187,55,203); }
div.DivClassName
{
background-color: #BB37CB;
}
.BgClassName
{
background-color: #BB37CB;
}
</style>
border-color css
<style>
span { border-color: #BB37CB; }
span { border-color: rgb(187,55,203); }
td.TdClassName
{
border-color: #BB37CB;
}
.TagClassName
{
border-color: #BB37CB;
}
</style>