Shades of Medium Orchid #B870E7
Tints of Medium Orchid #B870E7
RGB
CMYK
RGB Variations
Color information
#B870E7 (or 0xB870E7) is known color: Medium Orchid. HEX triplet: B8, 70 and E7. RGB value is (184,112,231). Sum of RGB (Red+Green+Blue) = 184+112+231=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 231 (90.62% from 255 or 43.83% from 527); Max value from RGB is 231 - color contains mainly: blue. Hex color #B870E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B870E7 is #478F18. Grayscale: #929292. Windows color (decimal): -4689689 or 15167672. OLE color: 15167672.
HSL color Cylindrical-coordinate representation of color #B870E7: hue angle of 276.3º degrees, saturation: 0.71, 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 #B870E7 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 112 | 231 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.09 |
| HSL | 276.3º | 0.71% | 0.67% | - |
| HSV(B) | 276.3º | 0.52% | 0.91% | - |
| XYZ | 39.99 | 27.55 | 78.81 | - |
| YUV | 147.09 | 175.35 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 231 | 0.20 | 0.52 | 0 | 0.09 | 276.3 | 0.71 | 0.67 |
| Hex | B8 | 70 | E7 | 14 | 34 | 0 | 9 | 114 | 47 | 43 |
| Octal | 270 | 160 | 347 | 24 | 64 | 0 | 11 | 424 | 107 | 103 |
| Binary | 10111000 | 1110000 | 11100111 | 10100 | 110100 | 0 | 1001 | 100010100 | 1000111 | 1000011 |
Color Harmonies of #B870E7
Complementary color
Monochromatic Colors of #B870E7
Black with #B870E7
Text Example
Text Example
White with #B870E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B870E7; }
p { color: rgb(184,112,231); }
H1.HeaderClassName
{
color: #B870E7;
}
.AnyTagClassName
{
color: #B870E7;
}
</style>
background-color css
<style>
a { background-color: #B870E7; }
a { background-color: rgb(184,112,231); }
div.DivClassName
{
background-color: #B870E7;
}
.BgClassName
{
background-color: #B870E7;
}
</style>
border-color css
<style>
span { border-color: #B870E7; }
span { border-color: rgb(184,112,231); }
td.TdClassName
{
border-color: #B870E7;
}
.TagClassName
{
border-color: #B870E7;
}
</style>