Shades of Medium Orchid #BB52E8
Tints of Medium Orchid #BB52E8
RGB
CMYK
RGB Variations
Color information
#BB52E8 (or 0xBB52E8) is known color: Medium Orchid. HEX triplet: BB, 52 and E8. RGB value is (187,82,232). Sum of RGB (Red+Green+Blue) = 187+82+232=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 82 (32.42% from 255 or 16.37% from 501); Blue value is 232 (91.02% from 255 or 46.31% from 501); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB52E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB52E8 is #44AD17. Grayscale: #828282. Windows color (decimal): -4500760 or 15225531. OLE color: 15225531.
HSL color Cylindrical-coordinate representation of color #BB52E8: hue angle of 282º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB52E8 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 82 | 232 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.09 |
| HSL | 282º | 0.77% | 0.62% | - |
| HSV(B) | 282º | 0.65% | 0.91% | - |
| XYZ | 38.08 | 22.43 | 78.67 | - |
| YUV | 130.5 | 185.29 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 82 | 232 | 0.19 | 0.65 | 0 | 0.09 | 282 | 0.77 | 0.62 |
| Hex | BB | 52 | E8 | 13 | 41 | 0 | 9 | 11A | 4D | 3E |
| Octal | 273 | 122 | 350 | 23 | 101 | 0 | 11 | 432 | 115 | 76 |
| Binary | 10111011 | 1010010 | 11101000 | 10011 | 1000001 | 0 | 1001 | 100011010 | 1001101 | 111110 |
Color Harmonies of #BB52E8
Complementary color
Monochromatic Colors of #BB52E8
Black with #BB52E8
Text Example
Text Example
White with #BB52E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB52E8; }
p { color: rgb(187,82,232); }
H1.HeaderClassName
{
color: #BB52E8;
}
.AnyTagClassName
{
color: #BB52E8;
}
</style>
background-color css
<style>
a { background-color: #BB52E8; }
a { background-color: rgb(187,82,232); }
div.DivClassName
{
background-color: #BB52E8;
}
.BgClassName
{
background-color: #BB52E8;
}
</style>
border-color css
<style>
span { border-color: #BB52E8; }
span { border-color: rgb(187,82,232); }
td.TdClassName
{
border-color: #BB52E8;
}
.TagClassName
{
border-color: #BB52E8;
}
</style>