Shades of Medium Orchid #BB70E6
Tints of Medium Orchid #BB70E6
RGB
CMYK
RGB Variations
Color information
#BB70E6 (or 0xBB70E6) is known color: Medium Orchid. HEX triplet: BB, 70 and E6. RGB value is (187,112,230). Sum of RGB (Red+Green+Blue) = 187+112+230=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 230 (90.23% from 255 or 43.48% from 529); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB70E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB70E6 is #448F19. Grayscale: #939393. Windows color (decimal): -4493082 or 15102139. OLE color: 15102139.
HSL color Cylindrical-coordinate representation of color #BB70E6: hue angle of 278.14º degrees, saturation: 0.7, 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 #BB70E6 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 112 | 230 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.10 |
| HSL | 278.14º | 0.7% | 0.67% | - |
| HSV(B) | 278.14º | 0.51% | 0.9% | - |
| XYZ | 40.57 | 27.87 | 78.1 | - |
| YUV | 147.88 | 174.35 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 112 | 230 | 0.19 | 0.51 | 0 | 0.10 | 278.14 | 0.7 | 0.67 |
| Hex | BB | 70 | E6 | 13 | 33 | 0 | A | 116 | 46 | 43 |
| Octal | 273 | 160 | 346 | 23 | 63 | 0 | 12 | 426 | 106 | 103 |
| Binary | 10111011 | 1110000 | 11100110 | 10011 | 110011 | 0 | 1010 | 100010110 | 1000110 | 1000011 |
Color Harmonies of #BB70E6
Complementary color
Monochromatic Colors of #BB70E6
Black with #BB70E6
Text Example
Text Example
White with #BB70E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB70E6; }
p { color: rgb(187,112,230); }
H1.HeaderClassName
{
color: #BB70E6;
}
.AnyTagClassName
{
color: #BB70E6;
}
</style>
background-color css
<style>
a { background-color: #BB70E6; }
a { background-color: rgb(187,112,230); }
div.DivClassName
{
background-color: #BB70E6;
}
.BgClassName
{
background-color: #BB70E6;
}
</style>
border-color css
<style>
span { border-color: #BB70E6; }
span { border-color: rgb(187,112,230); }
td.TdClassName
{
border-color: #BB70E6;
}
.TagClassName
{
border-color: #BB70E6;
}
</style>