Shades of Medium Orchid #B042D1
Tints of Medium Orchid #B042D1
RGB
CMYK
RGB Variations
Color information
#B042D1 (or 0xB042D1) is known color: Medium Orchid. HEX triplet: B0, 42 and D1. RGB value is (176,66,209). Sum of RGB (Red+Green+Blue) = 176+66+209=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 66 (26.17% from 255 or 14.63% from 451); Blue value is 209 (82.03% from 255 or 46.34% from 451); Max value from RGB is 209 - color contains mainly: blue. Hex color #B042D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B042D1 is #4FBD2E. Grayscale: #727272. Windows color (decimal): -5225775 or 13714096. OLE color: 13714096.
HSL color Cylindrical-coordinate representation of color #B042D1: hue angle of 286.15º 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 #B042D1 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 66 | 209 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.18 |
| HSL | 286.15º | 0.61% | 0.54% | - |
| HSV(B) | 286.15º | 0.68% | 0.82% | - |
| XYZ | 31.36 | 17.73 | 62.09 | - |
| YUV | 115.19 | 180.94 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 66 | 209 | 0.16 | 0.68 | 0 | 0.18 | 286.15 | 0.61 | 0.54 |
| Hex | B0 | 42 | D1 | 10 | 44 | 0 | 12 | 11E | 3D | 36 |
| Octal | 260 | 102 | 321 | 20 | 104 | 0 | 22 | 436 | 75 | 66 |
| Binary | 10110000 | 1000010 | 11010001 | 10000 | 1000100 | 0 | 10010 | 100011110 | 111101 | 110110 |
Color Harmonies of #B042D1
Complementary color
Monochromatic Colors of #B042D1
Black with #B042D1
Text Example
Text Example
White with #B042D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B042D1; }
p { color: rgb(176,66,209); }
H1.HeaderClassName
{
color: #B042D1;
}
.AnyTagClassName
{
color: #B042D1;
}
</style>
background-color css
<style>
a { background-color: #B042D1; }
a { background-color: rgb(176,66,209); }
div.DivClassName
{
background-color: #B042D1;
}
.BgClassName
{
background-color: #B042D1;
}
</style>
border-color css
<style>
span { border-color: #B042D1; }
span { border-color: rgb(176,66,209); }
td.TdClassName
{
border-color: #B042D1;
}
.TagClassName
{
border-color: #B042D1;
}
</style>