Shades of Medium Orchid #BB58EC
Tints of Medium Orchid #BB58EC
RGB
CMYK
RGB Variations
Color information
#BB58EC (or 0xBB58EC) is known color: Medium Orchid. HEX triplet: BB, 58 and EC. RGB value is (187,88,236). Sum of RGB (Red+Green+Blue) = 187+88+236=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 88 (34.77% from 255 or 17.22% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB58EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB58EC is #44A713. Grayscale: #858585. Windows color (decimal): -4499220 or 15489211. OLE color: 15489211.
HSL color Cylindrical-coordinate representation of color #BB58EC: hue angle of 280.14º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB58EC is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 88 | 236 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.07 |
| HSL | 280.14º | 0.8% | 0.64% | - |
| HSV(B) | 280.14º | 0.63% | 0.93% | - |
| XYZ | 39.12 | 23.6 | 81.85 | - |
| YUV | 134.47 | 185.3 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 88 | 236 | 0.21 | 0.63 | 0 | 0.07 | 280.14 | 0.8 | 0.64 |
| Hex | BB | 58 | EC | 15 | 3F | 0 | 7 | 118 | 50 | 40 |
| Octal | 273 | 130 | 354 | 25 | 77 | 0 | 7 | 430 | 120 | 100 |
| Binary | 10111011 | 1011000 | 11101100 | 10101 | 111111 | 0 | 111 | 100011000 | 1010000 | 1000000 |
Color Harmonies of #BB58EC
Complementary color
Monochromatic Colors of #BB58EC
Black with #BB58EC
Text Example
Text Example
White with #BB58EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB58EC; }
p { color: rgb(187,88,236); }
H1.HeaderClassName
{
color: #BB58EC;
}
.AnyTagClassName
{
color: #BB58EC;
}
</style>
background-color css
<style>
a { background-color: #BB58EC; }
a { background-color: rgb(187,88,236); }
div.DivClassName
{
background-color: #BB58EC;
}
.BgClassName
{
background-color: #BB58EC;
}
</style>
border-color css
<style>
span { border-color: #BB58EC; }
span { border-color: rgb(187,88,236); }
td.TdClassName
{
border-color: #BB58EC;
}
.TagClassName
{
border-color: #BB58EC;
}
</style>