Shades of Medium Orchid #BB62CE
Tints of Medium Orchid #BB62CE
RGB
CMYK
RGB Variations
Color information
#BB62CE (or 0xBB62CE) is known color: Medium Orchid. HEX triplet: BB, 62 and CE. RGB value is (187,98,206). Sum of RGB (Red+Green+Blue) = 187+98+206=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB62CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB62CE is #449D31. Grayscale: #888888. Windows color (decimal): -4496690 or 13525691. OLE color: 13525691.
HSL color Cylindrical-coordinate representation of color #BB62CE: hue angle of 289.44º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB62CE is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 98 | 206 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.19 |
| HSL | 289.44º | 0.52% | 0.6% | - |
| HSV(B) | 289.44º | 0.52% | 0.81% | - |
| XYZ | 36 | 23.76 | 61.08 | - |
| YUV | 136.92 | 166.99 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 98 | 206 | 0.09 | 0.52 | 0 | 0.19 | 289.44 | 0.52 | 0.6 |
| Hex | BB | 62 | CE | 9 | 34 | 0 | 13 | 121 | 34 | 3C |
| Octal | 273 | 142 | 316 | 11 | 64 | 0 | 23 | 441 | 64 | 74 |
| Binary | 10111011 | 1100010 | 11001110 | 1001 | 110100 | 0 | 10011 | 100100001 | 110100 | 111100 |
Color Harmonies of #BB62CE
Complementary color
Monochromatic Colors of #BB62CE
Black with #BB62CE
Text Example
Text Example
White with #BB62CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB62CE; }
p { color: rgb(187,98,206); }
H1.HeaderClassName
{
color: #BB62CE;
}
.AnyTagClassName
{
color: #BB62CE;
}
</style>
background-color css
<style>
a { background-color: #BB62CE; }
a { background-color: rgb(187,98,206); }
div.DivClassName
{
background-color: #BB62CE;
}
.BgClassName
{
background-color: #BB62CE;
}
</style>
border-color css
<style>
span { border-color: #BB62CE; }
span { border-color: rgb(187,98,206); }
td.TdClassName
{
border-color: #BB62CE;
}
.TagClassName
{
border-color: #BB62CE;
}
</style>