Shades of Medium Orchid #BB58EF
Tints of Medium Orchid #BB58EF
RGB
CMYK
RGB Variations
Color information
#BB58EF (or 0xBB58EF) is known color: Medium Orchid. HEX triplet: BB, 58 and EF. RGB value is (187,88,239). Sum of RGB (Red+Green+Blue) = 187+88+239=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 88 (34.77% from 255 or 17.12% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB58EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB58EF is #44A710. Grayscale: #868686. Windows color (decimal): -4499217 or 15685819. OLE color: 15685819.
HSL color Cylindrical-coordinate representation of color #BB58EF: hue angle of 279.34º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB58EF is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 88 | 239 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.06 |
| HSL | 279.34º | 0.83% | 0.64% | - |
| HSV(B) | 279.34º | 0.63% | 0.94% | - |
| XYZ | 39.56 | 23.78 | 84.17 | - |
| YUV | 134.82 | 186.8 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 88 | 239 | 0.22 | 0.63 | 0 | 0.06 | 279.34 | 0.83 | 0.64 |
| Hex | BB | 58 | EF | 16 | 3F | 0 | 6 | 117 | 53 | 40 |
| Octal | 273 | 130 | 357 | 26 | 77 | 0 | 6 | 427 | 123 | 100 |
| Binary | 10111011 | 1011000 | 11101111 | 10110 | 111111 | 0 | 110 | 100010111 | 1010011 | 1000000 |
Color Harmonies of #BB58EF
Complementary color
Monochromatic Colors of #BB58EF
Black with #BB58EF
Text Example
Text Example
White with #BB58EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB58EF; }
p { color: rgb(187,88,239); }
H1.HeaderClassName
{
color: #BB58EF;
}
.AnyTagClassName
{
color: #BB58EF;
}
</style>
background-color css
<style>
a { background-color: #BB58EF; }
a { background-color: rgb(187,88,239); }
div.DivClassName
{
background-color: #BB58EF;
}
.BgClassName
{
background-color: #BB58EF;
}
</style>
border-color css
<style>
span { border-color: #BB58EF; }
span { border-color: rgb(187,88,239); }
td.TdClassName
{
border-color: #BB58EF;
}
.TagClassName
{
border-color: #BB58EF;
}
</style>