Shades of Medium Orchid #BB54E8
Tints of Medium Orchid #BB54E8
RGB
CMYK
RGB Variations
Color information
#BB54E8 (or 0xBB54E8) is known color: Medium Orchid. HEX triplet: BB, 54 and E8. RGB value is (187,84,232). Sum of RGB (Red+Green+Blue) = 187+84+232=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 84 (33.20% from 255 or 16.70% from 503); Blue value is 232 (91.02% from 255 or 46.12% from 503); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB54E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB54E8 is #44AB17. Grayscale: #838383. Windows color (decimal): -4500248 or 15226043. OLE color: 15226043.
HSL color Cylindrical-coordinate representation of color #BB54E8: hue angle of 281.76º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB54E8 is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 84 | 232 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.09 |
| HSL | 281.76º | 0.76% | 0.62% | - |
| HSV(B) | 281.76º | 0.64% | 0.91% | - |
| XYZ | 38.23 | 22.73 | 78.72 | - |
| YUV | 131.67 | 184.62 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 84 | 232 | 0.19 | 0.64 | 0 | 0.09 | 281.76 | 0.76 | 0.62 |
| Hex | BB | 54 | E8 | 13 | 40 | 0 | 9 | 11A | 4C | 3E |
| Octal | 273 | 124 | 350 | 23 | 100 | 0 | 11 | 432 | 114 | 76 |
| Binary | 10111011 | 1010100 | 11101000 | 10011 | 1000000 | 0 | 1001 | 100011010 | 1001100 | 111110 |
Color Harmonies of #BB54E8
Complementary color
Monochromatic Colors of #BB54E8
Black with #BB54E8
Text Example
Text Example
White with #BB54E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB54E8; }
p { color: rgb(187,84,232); }
H1.HeaderClassName
{
color: #BB54E8;
}
.AnyTagClassName
{
color: #BB54E8;
}
</style>
background-color css
<style>
a { background-color: #BB54E8; }
a { background-color: rgb(187,84,232); }
div.DivClassName
{
background-color: #BB54E8;
}
.BgClassName
{
background-color: #BB54E8;
}
</style>
border-color css
<style>
span { border-color: #BB54E8; }
span { border-color: rgb(187,84,232); }
td.TdClassName
{
border-color: #BB54E8;
}
.TagClassName
{
border-color: #BB54E8;
}
</style>