Shades of Medium Orchid #B840CE
Tints of Medium Orchid #B840CE
RGB
CMYK
RGB Variations
Color information
#B840CE (or 0xB840CE) is known color: Medium Orchid. HEX triplet: B8, 40 and CE. RGB value is (184,64,206). Sum of RGB (Red+Green+Blue) = 184+64+206=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #B840CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B840CE is #47BF31. Grayscale: #737373. Windows color (decimal): -4702002 or 13516984. OLE color: 13516984.
HSL color Cylindrical-coordinate representation of color #B840CE: hue angle of 290.7º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B840CE is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 64 | 206 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.19 |
| HSL | 290.7º | 0.59% | 0.53% | - |
| HSV(B) | 290.7º | 0.69% | 0.81% | - |
| XYZ | 32.74 | 18.31 | 60.2 | - |
| YUV | 116.07 | 178.76 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 64 | 206 | 0.11 | 0.69 | 0 | 0.19 | 290.7 | 0.59 | 0.53 |
| Hex | B8 | 40 | CE | B | 45 | 0 | 13 | 123 | 3B | 35 |
| Octal | 270 | 100 | 316 | 13 | 105 | 0 | 23 | 443 | 73 | 65 |
| Binary | 10111000 | 1000000 | 11001110 | 1011 | 1000101 | 0 | 10011 | 100100011 | 111011 | 110101 |
Color Harmonies of #B840CE
Complementary color
Monochromatic Colors of #B840CE
Black with #B840CE
Text Example
Text Example
White with #B840CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B840CE; }
p { color: rgb(184,64,206); }
H1.HeaderClassName
{
color: #B840CE;
}
.AnyTagClassName
{
color: #B840CE;
}
</style>
background-color css
<style>
a { background-color: #B840CE; }
a { background-color: rgb(184,64,206); }
div.DivClassName
{
background-color: #B840CE;
}
.BgClassName
{
background-color: #B840CE;
}
</style>
border-color css
<style>
span { border-color: #B840CE; }
span { border-color: rgb(184,64,206); }
td.TdClassName
{
border-color: #B840CE;
}
.TagClassName
{
border-color: #B840CE;
}
</style>