Shades of Medium Orchid #BB57CB
Tints of Medium Orchid #BB57CB
RGB
CMYK
RGB Variations
Color information
#BB57CB (or 0xBB57CB) is known color: Medium Orchid. HEX triplet: BB, 57 and CB. RGB value is (187,87,203). Sum of RGB (Red+Green+Blue) = 187+87+203=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 87 (34.38% from 255 or 18.24% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB57CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB57CB is #44A834. Grayscale: #818181. Windows color (decimal): -4499509 or 13326267. OLE color: 13326267.
HSL color Cylindrical-coordinate representation of color #BB57CB: hue angle of 291.72º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB57CB is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 87 | 203 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.20 |
| HSL | 291.72º | 0.53% | 0.57% | - |
| HSV(B) | 291.72º | 0.57% | 0.8% | - |
| XYZ | 34.68 | 21.69 | 58.86 | - |
| YUV | 130.12 | 169.13 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 87 | 203 | 0.08 | 0.57 | 0 | 0.20 | 291.72 | 0.53 | 0.57 |
| Hex | BB | 57 | CB | 8 | 39 | 0 | 14 | 124 | 35 | 39 |
| Octal | 273 | 127 | 313 | 10 | 71 | 0 | 24 | 444 | 65 | 71 |
| Binary | 10111011 | 1010111 | 11001011 | 1000 | 111001 | 0 | 10100 | 100100100 | 110101 | 111001 |
Color Harmonies of #BB57CB
Complementary color
Monochromatic Colors of #BB57CB
Black with #BB57CB
Text Example
Text Example
White with #BB57CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB57CB; }
p { color: rgb(187,87,203); }
H1.HeaderClassName
{
color: #BB57CB;
}
.AnyTagClassName
{
color: #BB57CB;
}
</style>
background-color css
<style>
a { background-color: #BB57CB; }
a { background-color: rgb(187,87,203); }
div.DivClassName
{
background-color: #BB57CB;
}
.BgClassName
{
background-color: #BB57CB;
}
</style>
border-color css
<style>
span { border-color: #BB57CB; }
span { border-color: rgb(187,87,203); }
td.TdClassName
{
border-color: #BB57CB;
}
.TagClassName
{
border-color: #BB57CB;
}
</style>