Shades of Medium Orchid #BB58E0
Tints of Medium Orchid #BB58E0
RGB
CMYK
RGB Variations
Color information
#BB58E0 (or 0xBB58E0) is known color: Medium Orchid. HEX triplet: BB, 58 and E0. RGB value is (187,88,224). Sum of RGB (Red+Green+Blue) = 187+88+224=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 88 (34.77% from 255 or 17.64% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB58E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB58E0 is #44A71F. Grayscale: #848484. Windows color (decimal): -4499232 or 14702779. OLE color: 14702779.
HSL color Cylindrical-coordinate representation of color #BB58E0: hue angle of 283.68º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB58E0 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 88 | 224 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.12 |
| HSL | 283.68º | 0.69% | 0.61% | - |
| HSV(B) | 283.68º | 0.61% | 0.88% | - |
| XYZ | 37.44 | 22.93 | 72.97 | - |
| YUV | 133.11 | 179.3 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 88 | 224 | 0.17 | 0.61 | 0 | 0.12 | 283.68 | 0.69 | 0.61 |
| Hex | BB | 58 | E0 | 11 | 3D | 0 | C | 11C | 45 | 3D |
| Octal | 273 | 130 | 340 | 21 | 75 | 0 | 14 | 434 | 105 | 75 |
| Binary | 10111011 | 1011000 | 11100000 | 10001 | 111101 | 0 | 1100 | 100011100 | 1000101 | 111101 |
Color Harmonies of #BB58E0
Complementary color
Monochromatic Colors of #BB58E0
Black with #BB58E0
Text Example
Text Example
White with #BB58E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB58E0; }
p { color: rgb(187,88,224); }
H1.HeaderClassName
{
color: #BB58E0;
}
.AnyTagClassName
{
color: #BB58E0;
}
</style>
background-color css
<style>
a { background-color: #BB58E0; }
a { background-color: rgb(187,88,224); }
div.DivClassName
{
background-color: #BB58E0;
}
.BgClassName
{
background-color: #BB58E0;
}
</style>
border-color css
<style>
span { border-color: #BB58E0; }
span { border-color: rgb(187,88,224); }
td.TdClassName
{
border-color: #BB58E0;
}
.TagClassName
{
border-color: #BB58E0;
}
</style>