Shades of Medium Orchid #B842DF
Tints of Medium Orchid #B842DF
RGB
CMYK
RGB Variations
Color information
#B842DF (or 0xB842DF) is known color: Medium Orchid. HEX triplet: B8, 42 and DF. RGB value is (184,66,223). Sum of RGB (Red+Green+Blue) = 184+66+223=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 66 (26.17% from 255 or 13.95% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #B842DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B842DF is #47BD20. Grayscale: #767676. Windows color (decimal): -4701473 or 14631608. OLE color: 14631608.
HSL color Cylindrical-coordinate representation of color #B842DF: hue angle of 285.1º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B842DF is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 66 | 223 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.13 |
| HSL | 285.1º | 0.71% | 0.57% | - |
| HSV(B) | 285.1º | 0.7% | 0.87% | - |
| XYZ | 35.03 | 19.41 | 71.71 | - |
| YUV | 119.18 | 186.59 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 66 | 223 | 0.17 | 0.70 | 0 | 0.13 | 285.1 | 0.71 | 0.57 |
| Hex | B8 | 42 | DF | 11 | 46 | 0 | D | 11D | 47 | 39 |
| Octal | 270 | 102 | 337 | 21 | 106 | 0 | 15 | 435 | 107 | 71 |
| Binary | 10111000 | 1000010 | 11011111 | 10001 | 1000110 | 0 | 1101 | 100011101 | 1000111 | 111001 |
Color Harmonies of #B842DF
Complementary color
Monochromatic Colors of #B842DF
Black with #B842DF
Text Example
Text Example
White with #B842DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B842DF; }
p { color: rgb(184,66,223); }
H1.HeaderClassName
{
color: #B842DF;
}
.AnyTagClassName
{
color: #B842DF;
}
</style>
background-color css
<style>
a { background-color: #B842DF; }
a { background-color: rgb(184,66,223); }
div.DivClassName
{
background-color: #B842DF;
}
.BgClassName
{
background-color: #B842DF;
}
</style>
border-color css
<style>
span { border-color: #B842DF; }
span { border-color: rgb(184,66,223); }
td.TdClassName
{
border-color: #B842DF;
}
.TagClassName
{
border-color: #B842DF;
}
</style>