Shades of Medium Orchid #BB58E6
Tints of Medium Orchid #BB58E6
RGB
CMYK
RGB Variations
Color information
#BB58E6 (or 0xBB58E6) is known color: Medium Orchid. HEX triplet: BB, 58 and E6. RGB value is (187,88,230). Sum of RGB (Red+Green+Blue) = 187+88+230=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB58E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB58E6 is #44A719. Grayscale: #858585. Windows color (decimal): -4499226 or 15095995. OLE color: 15095995.
HSL color Cylindrical-coordinate representation of color #BB58E6: hue angle of 281.83º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB58E6 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 88 | 230 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.10 |
| HSL | 281.83º | 0.74% | 0.62% | - |
| HSV(B) | 281.83º | 0.62% | 0.9% | - |
| XYZ | 38.27 | 23.26 | 77.34 | - |
| YUV | 133.79 | 182.3 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 88 | 230 | 0.19 | 0.62 | 0 | 0.10 | 281.83 | 0.74 | 0.62 |
| Hex | BB | 58 | E6 | 13 | 3E | 0 | A | 11A | 4A | 3E |
| Octal | 273 | 130 | 346 | 23 | 76 | 0 | 12 | 432 | 112 | 76 |
| Binary | 10111011 | 1011000 | 11100110 | 10011 | 111110 | 0 | 1010 | 100011010 | 1001010 | 111110 |
Color Harmonies of #BB58E6
Complementary color
Monochromatic Colors of #BB58E6
Black with #BB58E6
Text Example
Text Example
White with #BB58E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB58E6; }
p { color: rgb(187,88,230); }
H1.HeaderClassName
{
color: #BB58E6;
}
.AnyTagClassName
{
color: #BB58E6;
}
</style>
background-color css
<style>
a { background-color: #BB58E6; }
a { background-color: rgb(187,88,230); }
div.DivClassName
{
background-color: #BB58E6;
}
.BgClassName
{
background-color: #BB58E6;
}
</style>
border-color css
<style>
span { border-color: #BB58E6; }
span { border-color: rgb(187,88,230); }
td.TdClassName
{
border-color: #BB58E6;
}
.TagClassName
{
border-color: #BB58E6;
}
</style>