Shades of Medium Orchid #BB5FED
Tints of Medium Orchid #BB5FED
RGB
CMYK
RGB Variations
Color information
#BB5FED (or 0xBB5FED) is known color: Medium Orchid. HEX triplet: BB, 5F and ED. RGB value is (187,95,237). Sum of RGB (Red+Green+Blue) = 187+95+237=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 95 (37.5% from 255 or 18.30% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB5FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5FED is #44A012. Grayscale: #8A8A8A. Windows color (decimal): -4497427 or 15556539. OLE color: 15556539.
HSL color Cylindrical-coordinate representation of color #BB5FED: hue angle of 278.87º degrees, saturation: 0.8, 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 #BB5FED is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 95 | 237 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.07 |
| HSL | 278.87º | 0.8% | 0.65% | - |
| HSV(B) | 278.87º | 0.6% | 0.93% | - |
| XYZ | 39.87 | 24.86 | 82.82 | - |
| YUV | 138.7 | 183.48 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 95 | 237 | 0.21 | 0.60 | 0 | 0.07 | 278.87 | 0.8 | 0.65 |
| Hex | BB | 5F | ED | 15 | 3C | 0 | 7 | 117 | 50 | 41 |
| Octal | 273 | 137 | 355 | 25 | 74 | 0 | 7 | 427 | 120 | 101 |
| Binary | 10111011 | 1011111 | 11101101 | 10101 | 111100 | 0 | 111 | 100010111 | 1010000 | 1000001 |
Color Harmonies of #BB5FED
Complementary color
Monochromatic Colors of #BB5FED
Black with #BB5FED
Text Example
Text Example
White with #BB5FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5FED; }
p { color: rgb(187,95,237); }
H1.HeaderClassName
{
color: #BB5FED;
}
.AnyTagClassName
{
color: #BB5FED;
}
</style>
background-color css
<style>
a { background-color: #BB5FED; }
a { background-color: rgb(187,95,237); }
div.DivClassName
{
background-color: #BB5FED;
}
.BgClassName
{
background-color: #BB5FED;
}
</style>
border-color css
<style>
span { border-color: #BB5FED; }
span { border-color: rgb(187,95,237); }
td.TdClassName
{
border-color: #BB5FED;
}
.TagClassName
{
border-color: #BB5FED;
}
</style>