Shades of Medium Orchid #BB62CF
Tints of Medium Orchid #BB62CF
RGB
CMYK
RGB Variations
Color information
#BB62CF (or 0xBB62CF) is known color: Medium Orchid. HEX triplet: BB, 62 and CF. RGB value is (187,98,207). Sum of RGB (Red+Green+Blue) = 187+98+207=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 98 (38.67% from 255 or 19.92% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB62CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB62CF is #449D30. Grayscale: #888888. Windows color (decimal): -4496689 or 13591227. OLE color: 13591227.
HSL color Cylindrical-coordinate representation of color #BB62CF: hue angle of 288.99º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB62CF is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 98 | 207 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.19 |
| HSL | 288.99º | 0.53% | 0.6% | - |
| HSV(B) | 288.99º | 0.53% | 0.81% | - |
| XYZ | 36.12 | 23.81 | 61.72 | - |
| YUV | 137.04 | 167.49 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 98 | 207 | 0.10 | 0.53 | 0 | 0.19 | 288.99 | 0.53 | 0.6 |
| Hex | BB | 62 | CF | A | 35 | 0 | 13 | 121 | 35 | 3C |
| Octal | 273 | 142 | 317 | 12 | 65 | 0 | 23 | 441 | 65 | 74 |
| Binary | 10111011 | 1100010 | 11001111 | 1010 | 110101 | 0 | 10011 | 100100001 | 110101 | 111100 |
Color Harmonies of #BB62CF
Complementary color
Monochromatic Colors of #BB62CF
Black with #BB62CF
Text Example
Text Example
White with #BB62CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB62CF; }
p { color: rgb(187,98,207); }
H1.HeaderClassName
{
color: #BB62CF;
}
.AnyTagClassName
{
color: #BB62CF;
}
</style>
background-color css
<style>
a { background-color: #BB62CF; }
a { background-color: rgb(187,98,207); }
div.DivClassName
{
background-color: #BB62CF;
}
.BgClassName
{
background-color: #BB62CF;
}
</style>
border-color css
<style>
span { border-color: #BB62CF; }
span { border-color: rgb(187,98,207); }
td.TdClassName
{
border-color: #BB62CF;
}
.TagClassName
{
border-color: #BB62CF;
}
</style>