Shades of Medium Orchid #BB52E7
Tints of Medium Orchid #BB52E7
RGB
CMYK
RGB Variations
Color information
#BB52E7 (or 0xBB52E7) is known color: Medium Orchid. HEX triplet: BB, 52 and E7. RGB value is (187,82,231). Sum of RGB (Red+Green+Blue) = 187+82+231=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 82 (32.42% from 255 or 16.4% from 500); Blue value is 231 (90.62% from 255 or 46.2% from 500); Max value from RGB is 231 - color contains mainly: blue. Hex color #BB52E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB52E7 is #44AD18. Grayscale: #818181. Windows color (decimal): -4500761 or 15159995. OLE color: 15159995.
HSL color Cylindrical-coordinate representation of color #BB52E7: hue angle of 282.28º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB52E7 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 82 | 231 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.09 |
| HSL | 282.28º | 0.76% | 0.61% | - |
| HSV(B) | 282.28º | 0.65% | 0.91% | - |
| XYZ | 37.93 | 22.37 | 77.92 | - |
| YUV | 130.38 | 184.79 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 82 | 231 | 0.19 | 0.65 | 0 | 0.09 | 282.28 | 0.76 | 0.61 |
| Hex | BB | 52 | E7 | 13 | 41 | 0 | 9 | 11A | 4C | 3D |
| Octal | 273 | 122 | 347 | 23 | 101 | 0 | 11 | 432 | 114 | 75 |
| Binary | 10111011 | 1010010 | 11100111 | 10011 | 1000001 | 0 | 1001 | 100011010 | 1001100 | 111101 |
Color Harmonies of #BB52E7
Complementary color
Monochromatic Colors of #BB52E7
Black with #BB52E7
Text Example
Text Example
White with #BB52E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB52E7; }
p { color: rgb(187,82,231); }
H1.HeaderClassName
{
color: #BB52E7;
}
.AnyTagClassName
{
color: #BB52E7;
}
</style>
background-color css
<style>
a { background-color: #BB52E7; }
a { background-color: rgb(187,82,231); }
div.DivClassName
{
background-color: #BB52E7;
}
.BgClassName
{
background-color: #BB52E7;
}
</style>
border-color css
<style>
span { border-color: #BB52E7; }
span { border-color: rgb(187,82,231); }
td.TdClassName
{
border-color: #BB52E7;
}
.TagClassName
{
border-color: #BB52E7;
}
</style>