Shades of Medium Orchid #B869E4
Tints of Medium Orchid #B869E4
RGB
CMYK
RGB Variations
Color information
#B869E4 (or 0xB869E4) is known color: Medium Orchid. HEX triplet: B8, 69 and E4. RGB value is (184,105,228). Sum of RGB (Red+Green+Blue) = 184+105+228=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 105 (41.41% from 255 or 20.31% from 517); Blue value is 228 (89.45% from 255 or 44.10% from 517); Max value from RGB is 228 - color contains mainly: blue. Hex color #B869E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B869E4 is #47961B. Grayscale: #8E8E8E. Windows color (decimal): -4691484 or 14969272. OLE color: 14969272.
HSL color Cylindrical-coordinate representation of color #B869E4: hue angle of 278.54º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B869E4 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 105 | 228 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.11 |
| HSL | 278.54º | 0.69% | 0.65% | - |
| HSV(B) | 278.54º | 0.54% | 0.89% | - |
| XYZ | 38.82 | 25.89 | 76.35 | - |
| YUV | 142.64 | 176.17 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 105 | 228 | 0.19 | 0.54 | 0 | 0.11 | 278.54 | 0.69 | 0.65 |
| Hex | B8 | 69 | E4 | 13 | 36 | 0 | B | 117 | 45 | 41 |
| Octal | 270 | 151 | 344 | 23 | 66 | 0 | 13 | 427 | 105 | 101 |
| Binary | 10111000 | 1101001 | 11100100 | 10011 | 110110 | 0 | 1011 | 100010111 | 1000101 | 1000001 |
Color Harmonies of #B869E4
Complementary color
Monochromatic Colors of #B869E4
Black with #B869E4
Text Example
Text Example
White with #B869E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B869E4; }
p { color: rgb(184,105,228); }
H1.HeaderClassName
{
color: #B869E4;
}
.AnyTagClassName
{
color: #B869E4;
}
</style>
background-color css
<style>
a { background-color: #B869E4; }
a { background-color: rgb(184,105,228); }
div.DivClassName
{
background-color: #B869E4;
}
.BgClassName
{
background-color: #B869E4;
}
</style>
border-color css
<style>
span { border-color: #B869E4; }
span { border-color: rgb(184,105,228); }
td.TdClassName
{
border-color: #B869E4;
}
.TagClassName
{
border-color: #B869E4;
}
</style>