Shades of Medium Orchid #BB58D1
Tints of Medium Orchid #BB58D1
RGB
CMYK
RGB Variations
Color information
#BB58D1 (or 0xBB58D1) is known color: Medium Orchid. HEX triplet: BB, 58 and D1. RGB value is (187,88,209). Sum of RGB (Red+Green+Blue) = 187+88+209=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 88 (34.77% from 255 or 18.18% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB58D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB58D1 is #44A72E. Grayscale: #838383. Windows color (decimal): -4499247 or 13719739. OLE color: 13719739.
HSL color Cylindrical-coordinate representation of color #BB58D1: hue angle of 289.09º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB58D1 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 88 | 209 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.18 |
| HSL | 289.09º | 0.57% | 0.58% | - |
| HSV(B) | 289.09º | 0.58% | 0.82% | - |
| XYZ | 35.49 | 22.15 | 62.73 | - |
| YUV | 131.4 | 171.8 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 88 | 209 | 0.11 | 0.58 | 0 | 0.18 | 289.09 | 0.57 | 0.58 |
| Hex | BB | 58 | D1 | B | 3A | 0 | 12 | 121 | 39 | 3A |
| Octal | 273 | 130 | 321 | 13 | 72 | 0 | 22 | 441 | 71 | 72 |
| Binary | 10111011 | 1011000 | 11010001 | 1011 | 111010 | 0 | 10010 | 100100001 | 111001 | 111010 |
Color Harmonies of #BB58D1
Complementary color
Monochromatic Colors of #BB58D1
Black with #BB58D1
Text Example
Text Example
White with #BB58D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB58D1; }
p { color: rgb(187,88,209); }
H1.HeaderClassName
{
color: #BB58D1;
}
.AnyTagClassName
{
color: #BB58D1;
}
</style>
background-color css
<style>
a { background-color: #BB58D1; }
a { background-color: rgb(187,88,209); }
div.DivClassName
{
background-color: #BB58D1;
}
.BgClassName
{
background-color: #BB58D1;
}
</style>
border-color css
<style>
span { border-color: #BB58D1; }
span { border-color: rgb(187,88,209); }
td.TdClassName
{
border-color: #BB58D1;
}
.TagClassName
{
border-color: #BB58D1;
}
</style>