Shades of Medium Orchid #BB5FEC
Tints of Medium Orchid #BB5FEC
RGB
CMYK
RGB Variations
Color information
#BB5FEC (or 0xBB5FEC) is known color: Medium Orchid. HEX triplet: BB, 5F and EC. RGB value is (187,95,236). Sum of RGB (Red+Green+Blue) = 187+95+236=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 95 (37.5% from 255 or 18.34% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB5FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5FEC is #44A013. Grayscale: #8A8A8A. Windows color (decimal): -4497428 or 15491003. OLE color: 15491003.
HSL color Cylindrical-coordinate representation of color #BB5FEC: hue angle of 279.15º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB5FEC is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 95 | 236 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.07 |
| HSL | 279.15º | 0.79% | 0.65% | - |
| HSV(B) | 279.15º | 0.6% | 0.93% | - |
| XYZ | 39.73 | 24.81 | 82.05 | - |
| YUV | 138.58 | 182.98 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 95 | 236 | 0.21 | 0.60 | 0 | 0.07 | 279.15 | 0.79 | 0.65 |
| Hex | BB | 5F | EC | 15 | 3C | 0 | 7 | 117 | 4F | 41 |
| Octal | 273 | 137 | 354 | 25 | 74 | 0 | 7 | 427 | 117 | 101 |
| Binary | 10111011 | 1011111 | 11101100 | 10101 | 111100 | 0 | 111 | 100010111 | 1001111 | 1000001 |
Color Harmonies of #BB5FEC
Complementary color
Monochromatic Colors of #BB5FEC
Black with #BB5FEC
Text Example
Text Example
White with #BB5FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5FEC; }
p { color: rgb(187,95,236); }
H1.HeaderClassName
{
color: #BB5FEC;
}
.AnyTagClassName
{
color: #BB5FEC;
}
</style>
background-color css
<style>
a { background-color: #BB5FEC; }
a { background-color: rgb(187,95,236); }
div.DivClassName
{
background-color: #BB5FEC;
}
.BgClassName
{
background-color: #BB5FEC;
}
</style>
border-color css
<style>
span { border-color: #BB5FEC; }
span { border-color: rgb(187,95,236); }
td.TdClassName
{
border-color: #BB5FEC;
}
.TagClassName
{
border-color: #BB5FEC;
}
</style>