Shades of Medium Orchid #BB58D0
Tints of Medium Orchid #BB58D0
RGB
CMYK
RGB Variations
Color information
#BB58D0 (or 0xBB58D0) is known color: Medium Orchid. HEX triplet: BB, 58 and D0. RGB value is (187,88,208). Sum of RGB (Red+Green+Blue) = 187+88+208=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 88 (34.77% from 255 or 18.22% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB58D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB58D0 is #44A72F. Grayscale: #828282. Windows color (decimal): -4499248 or 13654203. OLE color: 13654203.
HSL color Cylindrical-coordinate representation of color #BB58D0: hue angle of 289.5º degrees, saturation: 0.56, 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 #BB58D0 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 88 | 208 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.18 |
| HSL | 289.5º | 0.56% | 0.58% | - |
| HSV(B) | 289.5º | 0.58% | 0.82% | - |
| XYZ | 35.37 | 22.1 | 62.08 | - |
| YUV | 131.28 | 171.3 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 88 | 208 | 0.10 | 0.58 | 0 | 0.18 | 289.5 | 0.56 | 0.58 |
| Hex | BB | 58 | D0 | A | 3A | 0 | 12 | 122 | 38 | 3A |
| Octal | 273 | 130 | 320 | 12 | 72 | 0 | 22 | 442 | 70 | 72 |
| Binary | 10111011 | 1011000 | 11010000 | 1010 | 111010 | 0 | 10010 | 100100010 | 111000 | 111010 |
Color Harmonies of #BB58D0
Complementary color
Monochromatic Colors of #BB58D0
Black with #BB58D0
Text Example
Text Example
White with #BB58D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB58D0; }
p { color: rgb(187,88,208); }
H1.HeaderClassName
{
color: #BB58D0;
}
.AnyTagClassName
{
color: #BB58D0;
}
</style>
background-color css
<style>
a { background-color: #BB58D0; }
a { background-color: rgb(187,88,208); }
div.DivClassName
{
background-color: #BB58D0;
}
.BgClassName
{
background-color: #BB58D0;
}
</style>
border-color css
<style>
span { border-color: #BB58D0; }
span { border-color: rgb(187,88,208); }
td.TdClassName
{
border-color: #BB58D0;
}
.TagClassName
{
border-color: #BB58D0;
}
</style>