Shades of Medium Orchid #BB75CB
Tints of Medium Orchid #BB75CB
RGB
CMYK
RGB Variations
Color information
#BB75CB (or 0xBB75CB) is known color: Medium Orchid. HEX triplet: BB, 75 and CB. RGB value is (187,117,203). Sum of RGB (Red+Green+Blue) = 187+117+203=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB75CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB75CB is #448A34. Grayscale: #939393. Windows color (decimal): -4491829 or 13333947. OLE color: 13333947.
HSL color Cylindrical-coordinate representation of color #BB75CB: hue angle of 288.84º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB75CB is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 117 | 203 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.20 |
| HSL | 288.84º | 0.45% | 0.63% | - |
| HSV(B) | 288.84º | 0.42% | 0.8% | - |
| XYZ | 37.63 | 27.6 | 59.84 | - |
| YUV | 147.73 | 159.19 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 117 | 203 | 0.08 | 0.42 | 0 | 0.20 | 288.84 | 0.45 | 0.63 |
| Hex | BB | 75 | CB | 8 | 2A | 0 | 14 | 121 | 2D | 3F |
| Octal | 273 | 165 | 313 | 10 | 52 | 0 | 24 | 441 | 55 | 77 |
| Binary | 10111011 | 1110101 | 11001011 | 1000 | 101010 | 0 | 10100 | 100100001 | 101101 | 111111 |
Color Harmonies of #BB75CB
Complementary color
Monochromatic Colors of #BB75CB
Black with #BB75CB
Text Example
Text Example
White with #BB75CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB75CB; }
p { color: rgb(187,117,203); }
H1.HeaderClassName
{
color: #BB75CB;
}
.AnyTagClassName
{
color: #BB75CB;
}
</style>
background-color css
<style>
a { background-color: #BB75CB; }
a { background-color: rgb(187,117,203); }
div.DivClassName
{
background-color: #BB75CB;
}
.BgClassName
{
background-color: #BB75CB;
}
</style>
border-color css
<style>
span { border-color: #BB75CB; }
span { border-color: rgb(187,117,203); }
td.TdClassName
{
border-color: #BB75CB;
}
.TagClassName
{
border-color: #BB75CB;
}
</style>