Shades of Medium Orchid #BB58DF
Tints of Medium Orchid #BB58DF
RGB
CMYK
RGB Variations
Color information
#BB58DF (or 0xBB58DF) is known color: Medium Orchid. HEX triplet: BB, 58 and DF. RGB value is (187,88,223). Sum of RGB (Red+Green+Blue) = 187+88+223=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 88 (34.77% from 255 or 17.67% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB58DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB58DF is #44A720. Grayscale: #848484. Windows color (decimal): -4499233 or 14637243. OLE color: 14637243.
HSL color Cylindrical-coordinate representation of color #BB58DF: hue angle of 284º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB58DF is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 88 | 223 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.13 |
| HSL | 284º | 0.68% | 0.61% | - |
| HSV(B) | 284º | 0.61% | 0.87% | - |
| XYZ | 37.3 | 22.87 | 72.26 | - |
| YUV | 132.99 | 178.8 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 88 | 223 | 0.16 | 0.61 | 0 | 0.13 | 284 | 0.68 | 0.61 |
| Hex | BB | 58 | DF | 10 | 3D | 0 | D | 11C | 44 | 3D |
| Octal | 273 | 130 | 337 | 20 | 75 | 0 | 15 | 434 | 104 | 75 |
| Binary | 10111011 | 1011000 | 11011111 | 10000 | 111101 | 0 | 1101 | 100011100 | 1000100 | 111101 |
Color Harmonies of #BB58DF
Complementary color
Monochromatic Colors of #BB58DF
Black with #BB58DF
Text Example
Text Example
White with #BB58DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB58DF; }
p { color: rgb(187,88,223); }
H1.HeaderClassName
{
color: #BB58DF;
}
.AnyTagClassName
{
color: #BB58DF;
}
</style>
background-color css
<style>
a { background-color: #BB58DF; }
a { background-color: rgb(187,88,223); }
div.DivClassName
{
background-color: #BB58DF;
}
.BgClassName
{
background-color: #BB58DF;
}
</style>
border-color css
<style>
span { border-color: #BB58DF; }
span { border-color: rgb(187,88,223); }
td.TdClassName
{
border-color: #BB58DF;
}
.TagClassName
{
border-color: #BB58DF;
}
</style>