Shades of Medium Orchid #BB70E8
Tints of Medium Orchid #BB70E8
RGB
CMYK
RGB Variations
Color information
#BB70E8 (or 0xBB70E8) is known color: Medium Orchid. HEX triplet: BB, 70 and E8. RGB value is (187,112,232). Sum of RGB (Red+Green+Blue) = 187+112+232=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 232 (91.02% from 255 or 43.69% from 531); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB70E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB70E8 is #448F17. Grayscale: #939393. Windows color (decimal): -4493080 or 15233211. OLE color: 15233211.
HSL color Cylindrical-coordinate representation of color #BB70E8: hue angle of 277.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB70E8 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 112 | 232 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.09 |
| HSL | 277.5º | 0.72% | 0.67% | - |
| HSV(B) | 277.5º | 0.52% | 0.91% | - |
| XYZ | 40.85 | 27.98 | 79.59 | - |
| YUV | 148.11 | 175.35 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 112 | 232 | 0.19 | 0.52 | 0 | 0.09 | 277.5 | 0.72 | 0.67 |
| Hex | BB | 70 | E8 | 13 | 34 | 0 | 9 | 116 | 48 | 43 |
| Octal | 273 | 160 | 350 | 23 | 64 | 0 | 11 | 426 | 110 | 103 |
| Binary | 10111011 | 1110000 | 11101000 | 10011 | 110100 | 0 | 1001 | 100010110 | 1001000 | 1000011 |
Color Harmonies of #BB70E8
Complementary color
Monochromatic Colors of #BB70E8
Black with #BB70E8
Text Example
Text Example
White with #BB70E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB70E8; }
p { color: rgb(187,112,232); }
H1.HeaderClassName
{
color: #BB70E8;
}
.AnyTagClassName
{
color: #BB70E8;
}
</style>
background-color css
<style>
a { background-color: #BB70E8; }
a { background-color: rgb(187,112,232); }
div.DivClassName
{
background-color: #BB70E8;
}
.BgClassName
{
background-color: #BB70E8;
}
</style>
border-color css
<style>
span { border-color: #BB70E8; }
span { border-color: rgb(187,112,232); }
td.TdClassName
{
border-color: #BB70E8;
}
.TagClassName
{
border-color: #BB70E8;
}
</style>