Shades of Medium Orchid #BB62E5
Tints of Medium Orchid #BB62E5
RGB
CMYK
RGB Variations
Color information
#BB62E5 (or 0xBB62E5) is known color: Medium Orchid. HEX triplet: BB, 62 and E5. RGB value is (187,98,229). Sum of RGB (Red+Green+Blue) = 187+98+229=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 98 (38.67% from 255 or 19.07% from 514); Blue value is 229 (89.84% from 255 or 44.55% from 514); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB62E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB62E5 is #449D1A. Grayscale: #8B8B8B. Windows color (decimal): -4496667 or 15033019. OLE color: 15033019.
HSL color Cylindrical-coordinate representation of color #BB62E5: hue angle of 280.76º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB62E5 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 98 | 229 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.10 |
| HSL | 280.76º | 0.72% | 0.64% | - |
| HSV(B) | 280.76º | 0.57% | 0.9% | - |
| XYZ | 39 | 24.96 | 76.89 | - |
| YUV | 139.55 | 178.49 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 98 | 229 | 0.18 | 0.57 | 0 | 0.10 | 280.76 | 0.72 | 0.64 |
| Hex | BB | 62 | E5 | 12 | 39 | 0 | A | 119 | 48 | 40 |
| Octal | 273 | 142 | 345 | 22 | 71 | 0 | 12 | 431 | 110 | 100 |
| Binary | 10111011 | 1100010 | 11100101 | 10010 | 111001 | 0 | 1010 | 100011001 | 1001000 | 1000000 |
Color Harmonies of #BB62E5
Complementary color
Monochromatic Colors of #BB62E5
Black with #BB62E5
Text Example
Text Example
White with #BB62E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB62E5; }
p { color: rgb(187,98,229); }
H1.HeaderClassName
{
color: #BB62E5;
}
.AnyTagClassName
{
color: #BB62E5;
}
</style>
background-color css
<style>
a { background-color: #BB62E5; }
a { background-color: rgb(187,98,229); }
div.DivClassName
{
background-color: #BB62E5;
}
.BgClassName
{
background-color: #BB62E5;
}
</style>
border-color css
<style>
span { border-color: #BB62E5; }
span { border-color: rgb(187,98,229); }
td.TdClassName
{
border-color: #BB62E5;
}
.TagClassName
{
border-color: #BB62E5;
}
</style>