Shades of Medium Orchid #B867E4
Tints of Medium Orchid #B867E4
RGB
CMYK
RGB Variations
Color information
#B867E4 (or 0xB867E4) is known color: Medium Orchid. HEX triplet: B8, 67 and E4. RGB value is (184,103,228). Sum of RGB (Red+Green+Blue) = 184+103+228=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 103 (40.62% from 255 or 20% from 515); Blue value is 228 (89.45% from 255 or 44.27% from 515); Max value from RGB is 228 - color contains mainly: blue. Hex color #B867E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B867E4 is #47981B. Grayscale: #8D8D8D. Windows color (decimal): -4691996 or 14968760. OLE color: 14968760.
HSL color Cylindrical-coordinate representation of color #B867E4: hue angle of 278.88º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B867E4 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 103 | 228 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.11 |
| HSL | 278.88º | 0.7% | 0.65% | - |
| HSV(B) | 278.88º | 0.55% | 0.89% | - |
| XYZ | 38.62 | 25.49 | 76.28 | - |
| YUV | 141.47 | 176.84 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 103 | 228 | 0.19 | 0.55 | 0 | 0.11 | 278.88 | 0.7 | 0.65 |
| Hex | B8 | 67 | E4 | 13 | 37 | 0 | B | 117 | 46 | 41 |
| Octal | 270 | 147 | 344 | 23 | 67 | 0 | 13 | 427 | 106 | 101 |
| Binary | 10111000 | 1100111 | 11100100 | 10011 | 110111 | 0 | 1011 | 100010111 | 1000110 | 1000001 |
Color Harmonies of #B867E4
Complementary color
Monochromatic Colors of #B867E4
Black with #B867E4
Text Example
Text Example
White with #B867E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B867E4; }
p { color: rgb(184,103,228); }
H1.HeaderClassName
{
color: #B867E4;
}
.AnyTagClassName
{
color: #B867E4;
}
</style>
background-color css
<style>
a { background-color: #B867E4; }
a { background-color: rgb(184,103,228); }
div.DivClassName
{
background-color: #B867E4;
}
.BgClassName
{
background-color: #B867E4;
}
</style>
border-color css
<style>
span { border-color: #B867E4; }
span { border-color: rgb(184,103,228); }
td.TdClassName
{
border-color: #B867E4;
}
.TagClassName
{
border-color: #B867E4;
}
</style>