Shades of Medium Orchid #BB70E5
Tints of Medium Orchid #BB70E5
RGB
CMYK
RGB Variations
Color information
#BB70E5 (or 0xBB70E5) is known color: Medium Orchid. HEX triplet: BB, 70 and E5. RGB value is (187,112,229). Sum of RGB (Red+Green+Blue) = 187+112+229=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 229 (89.84% from 255 or 43.37% from 528); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB70E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB70E5 is #448F1A. Grayscale: #939393. Windows color (decimal): -4493083 or 15036603. OLE color: 15036603.
HSL color Cylindrical-coordinate representation of color #BB70E5: hue angle of 278.46º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB70E5 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 112 | 229 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.10 |
| HSL | 278.46º | 0.69% | 0.67% | - |
| HSV(B) | 278.46º | 0.51% | 0.9% | - |
| XYZ | 40.43 | 27.81 | 77.37 | - |
| YUV | 147.76 | 173.85 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 112 | 229 | 0.18 | 0.51 | 0 | 0.10 | 278.46 | 0.69 | 0.67 |
| Hex | BB | 70 | E5 | 12 | 33 | 0 | A | 116 | 45 | 43 |
| Octal | 273 | 160 | 345 | 22 | 63 | 0 | 12 | 426 | 105 | 103 |
| Binary | 10111011 | 1110000 | 11100101 | 10010 | 110011 | 0 | 1010 | 100010110 | 1000101 | 1000011 |
Color Harmonies of #BB70E5
Complementary color
Monochromatic Colors of #BB70E5
Black with #BB70E5
Text Example
Text Example
White with #BB70E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB70E5; }
p { color: rgb(187,112,229); }
H1.HeaderClassName
{
color: #BB70E5;
}
.AnyTagClassName
{
color: #BB70E5;
}
</style>
background-color css
<style>
a { background-color: #BB70E5; }
a { background-color: rgb(187,112,229); }
div.DivClassName
{
background-color: #BB70E5;
}
.BgClassName
{
background-color: #BB70E5;
}
</style>
border-color css
<style>
span { border-color: #BB70E5; }
span { border-color: rgb(187,112,229); }
td.TdClassName
{
border-color: #BB70E5;
}
.TagClassName
{
border-color: #BB70E5;
}
</style>