Shades of Medium Orchid #B868E1
Tints of Medium Orchid #B868E1
RGB
CMYK
RGB Variations
Color information
#B868E1 (or 0xB868E1) is known color: Medium Orchid. HEX triplet: B8, 68 and E1. RGB value is (184,104,225). Sum of RGB (Red+Green+Blue) = 184+104+225=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 225 (88.28% from 255 or 43.86% from 513); Max value from RGB is 225 - color contains mainly: blue. Hex color #B868E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B868E1 is #47971E. Grayscale: #8D8D8D. Windows color (decimal): -4691743 or 14772408. OLE color: 14772408.
HSL color Cylindrical-coordinate representation of color #B868E1: hue angle of 279.67º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B868E1 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 104 | 225 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.12 |
| HSL | 279.67º | 0.67% | 0.65% | - |
| HSV(B) | 279.67º | 0.54% | 0.88% | - |
| XYZ | 38.31 | 25.53 | 74.14 | - |
| YUV | 141.71 | 175 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 104 | 225 | 0.18 | 0.54 | 0 | 0.12 | 279.67 | 0.67 | 0.65 |
| Hex | B8 | 68 | E1 | 12 | 36 | 0 | C | 118 | 43 | 41 |
| Octal | 270 | 150 | 341 | 22 | 66 | 0 | 14 | 430 | 103 | 101 |
| Binary | 10111000 | 1101000 | 11100001 | 10010 | 110110 | 0 | 1100 | 100011000 | 1000011 | 1000001 |
Color Harmonies of #B868E1
Complementary color
Monochromatic Colors of #B868E1
Black with #B868E1
Text Example
Text Example
White with #B868E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B868E1; }
p { color: rgb(184,104,225); }
H1.HeaderClassName
{
color: #B868E1;
}
.AnyTagClassName
{
color: #B868E1;
}
</style>
background-color css
<style>
a { background-color: #B868E1; }
a { background-color: rgb(184,104,225); }
div.DivClassName
{
background-color: #B868E1;
}
.BgClassName
{
background-color: #B868E1;
}
</style>
border-color css
<style>
span { border-color: #B868E1; }
span { border-color: rgb(184,104,225); }
td.TdClassName
{
border-color: #B868E1;
}
.TagClassName
{
border-color: #B868E1;
}
</style>