Shades of Medium Orchid #BB58DC
Tints of Medium Orchid #BB58DC
RGB
CMYK
RGB Variations
Color information
#BB58DC (or 0xBB58DC) is known color: Medium Orchid. HEX triplet: BB, 58 and DC. RGB value is (187,88,220). Sum of RGB (Red+Green+Blue) = 187+88+220=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 88 (34.77% from 255 or 17.78% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB58DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB58DC is #44A723. Grayscale: #848484. Windows color (decimal): -4499236 or 14440635. OLE color: 14440635.
HSL color Cylindrical-coordinate representation of color #BB58DC: hue angle of 285º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB58DC is Cyan = 0.15, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 88 | 220 | - |
| CMYK | 0.15 | 0.6 | 0 | 0.14 |
| HSL | 285º | 0.65% | 0.6% | - |
| HSV(B) | 285º | 0.6% | 0.86% | - |
| XYZ | 36.9 | 22.71 | 70.15 | - |
| YUV | 132.65 | 177.3 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 88 | 220 | 0.15 | 0.6 | 0 | 0.14 | 285 | 0.65 | 0.6 |
| Hex | BB | 58 | DC | F | 3C | 0 | E | 11D | 41 | 3C |
| Octal | 273 | 130 | 334 | 17 | 74 | 0 | 16 | 435 | 101 | 74 |
| Binary | 10111011 | 1011000 | 11011100 | 1111 | 111100 | 0 | 1110 | 100011101 | 1000001 | 111100 |
Color Harmonies of #BB58DC
Complementary color
Monochromatic Colors of #BB58DC
Black with #BB58DC
Text Example
Text Example
White with #BB58DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB58DC; }
p { color: rgb(187,88,220); }
H1.HeaderClassName
{
color: #BB58DC;
}
.AnyTagClassName
{
color: #BB58DC;
}
</style>
background-color css
<style>
a { background-color: #BB58DC; }
a { background-color: rgb(187,88,220); }
div.DivClassName
{
background-color: #BB58DC;
}
.BgClassName
{
background-color: #BB58DC;
}
</style>
border-color css
<style>
span { border-color: #BB58DC; }
span { border-color: rgb(187,88,220); }
td.TdClassName
{
border-color: #BB58DC;
}
.TagClassName
{
border-color: #BB58DC;
}
</style>