Shades of Medium Orchid #B868E5
Tints of Medium Orchid #B868E5
RGB
CMYK
RGB Variations
Color information
#B868E5 (or 0xB868E5) is known color: Medium Orchid. HEX triplet: B8, 68 and E5. RGB value is (184,104,229). Sum of RGB (Red+Green+Blue) = 184+104+229=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 104 (41.02% from 255 or 20.12% from 517); Blue value is 229 (89.84% from 255 or 44.29% from 517); Max value from RGB is 229 - color contains mainly: blue. Hex color #B868E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B868E5 is #47971A. Grayscale: #8D8D8D. Windows color (decimal): -4691739 or 15034552. OLE color: 15034552.
HSL color Cylindrical-coordinate representation of color #B868E5: hue angle of 278.4º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B868E5 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 104 | 229 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.10 |
| HSL | 278.4º | 0.71% | 0.65% | - |
| HSV(B) | 278.4º | 0.55% | 0.9% | - |
| XYZ | 38.86 | 25.75 | 77.05 | - |
| YUV | 142.17 | 177 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 104 | 229 | 0.20 | 0.55 | 0 | 0.10 | 278.4 | 0.71 | 0.65 |
| Hex | B8 | 68 | E5 | 14 | 37 | 0 | A | 116 | 47 | 41 |
| Octal | 270 | 150 | 345 | 24 | 67 | 0 | 12 | 426 | 107 | 101 |
| Binary | 10111000 | 1101000 | 11100101 | 10100 | 110111 | 0 | 1010 | 100010110 | 1000111 | 1000001 |
Color Harmonies of #B868E5
Complementary color
Monochromatic Colors of #B868E5
Black with #B868E5
Text Example
Text Example
White with #B868E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B868E5; }
p { color: rgb(184,104,229); }
H1.HeaderClassName
{
color: #B868E5;
}
.AnyTagClassName
{
color: #B868E5;
}
</style>
background-color css
<style>
a { background-color: #B868E5; }
a { background-color: rgb(184,104,229); }
div.DivClassName
{
background-color: #B868E5;
}
.BgClassName
{
background-color: #B868E5;
}
</style>
border-color css
<style>
span { border-color: #B868E5; }
span { border-color: rgb(184,104,229); }
td.TdClassName
{
border-color: #B868E5;
}
.TagClassName
{
border-color: #B868E5;
}
</style>