Shades of Medium Orchid #BB62D0
Tints of Medium Orchid #BB62D0
RGB
CMYK
RGB Variations
Color information
#BB62D0 (or 0xBB62D0) is known color: Medium Orchid. HEX triplet: BB, 62 and D0. RGB value is (187,98,208). Sum of RGB (Red+Green+Blue) = 187+98+208=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 98 (38.67% from 255 or 19.88% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB62D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB62D0 is #449D2F. Grayscale: #888888. Windows color (decimal): -4496688 or 13656763. OLE color: 13656763.
HSL color Cylindrical-coordinate representation of color #BB62D0: hue angle of 288.55º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB62D0 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 98 | 208 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.18 |
| HSL | 288.55º | 0.54% | 0.6% | - |
| HSV(B) | 288.55º | 0.53% | 0.82% | - |
| XYZ | 36.25 | 23.85 | 62.37 | - |
| YUV | 137.15 | 167.99 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 98 | 208 | 0.10 | 0.53 | 0 | 0.18 | 288.55 | 0.54 | 0.6 |
| Hex | BB | 62 | D0 | A | 35 | 0 | 12 | 121 | 36 | 3C |
| Octal | 273 | 142 | 320 | 12 | 65 | 0 | 22 | 441 | 66 | 74 |
| Binary | 10111011 | 1100010 | 11010000 | 1010 | 110101 | 0 | 10010 | 100100001 | 110110 | 111100 |
Color Harmonies of #BB62D0
Complementary color
Monochromatic Colors of #BB62D0
Black with #BB62D0
Text Example
Text Example
White with #BB62D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB62D0; }
p { color: rgb(187,98,208); }
H1.HeaderClassName
{
color: #BB62D0;
}
.AnyTagClassName
{
color: #BB62D0;
}
</style>
background-color css
<style>
a { background-color: #BB62D0; }
a { background-color: rgb(187,98,208); }
div.DivClassName
{
background-color: #BB62D0;
}
.BgClassName
{
background-color: #BB62D0;
}
</style>
border-color css
<style>
span { border-color: #BB62D0; }
span { border-color: rgb(187,98,208); }
td.TdClassName
{
border-color: #BB62D0;
}
.TagClassName
{
border-color: #BB62D0;
}
</style>