Shades of Medium Orchid #B842D1
Tints of Medium Orchid #B842D1
RGB
CMYK
RGB Variations
Color information
#B842D1 (or 0xB842D1) is known color: Medium Orchid. HEX triplet: B8, 42 and D1. RGB value is (184,66,209). Sum of RGB (Red+Green+Blue) = 184+66+209=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 66 (26.17% from 255 or 14.38% from 459); Blue value is 209 (82.03% from 255 or 45.53% from 459); Max value from RGB is 209 - color contains mainly: blue. Hex color #B842D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B842D1 is #47BD2E. Grayscale: #757575. Windows color (decimal): -4701487 or 13714104. OLE color: 13714104.
HSL color Cylindrical-coordinate representation of color #B842D1: hue angle of 289.51º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B842D1 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 66 | 209 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.18 |
| HSL | 289.51º | 0.61% | 0.54% | - |
| HSV(B) | 289.51º | 0.68% | 0.82% | - |
| XYZ | 33.22 | 18.69 | 62.18 | - |
| YUV | 117.58 | 179.59 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 66 | 209 | 0.12 | 0.68 | 0 | 0.18 | 289.51 | 0.61 | 0.54 |
| Hex | B8 | 42 | D1 | C | 44 | 0 | 12 | 122 | 3D | 36 |
| Octal | 270 | 102 | 321 | 14 | 104 | 0 | 22 | 442 | 75 | 66 |
| Binary | 10111000 | 1000010 | 11010001 | 1100 | 1000100 | 0 | 10010 | 100100010 | 111101 | 110110 |
Color Harmonies of #B842D1
Complementary color
Monochromatic Colors of #B842D1
Black with #B842D1
Text Example
Text Example
White with #B842D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B842D1; }
p { color: rgb(184,66,209); }
H1.HeaderClassName
{
color: #B842D1;
}
.AnyTagClassName
{
color: #B842D1;
}
</style>
background-color css
<style>
a { background-color: #B842D1; }
a { background-color: rgb(184,66,209); }
div.DivClassName
{
background-color: #B842D1;
}
.BgClassName
{
background-color: #B842D1;
}
</style>
border-color css
<style>
span { border-color: #B842D1; }
span { border-color: rgb(184,66,209); }
td.TdClassName
{
border-color: #B842D1;
}
.TagClassName
{
border-color: #B842D1;
}
</style>