Shades of Medium Orchid #B042D6
Tints of Medium Orchid #B042D6
RGB
CMYK
RGB Variations
Color information
#B042D6 (or 0xB042D6) is known color: Medium Orchid. HEX triplet: B0, 42 and D6. RGB value is (176,66,214). Sum of RGB (Red+Green+Blue) = 176+66+214=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 66 (26.17% from 255 or 14.47% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 214 - color contains mainly: blue. Hex color #B042D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B042D6 is #4FBD29. Grayscale: #737373. Windows color (decimal): -5225770 or 14041776. OLE color: 14041776.
HSL color Cylindrical-coordinate representation of color #B042D6: hue angle of 284.59º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B042D6 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 66 | 214 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.16 |
| HSL | 284.59º | 0.64% | 0.55% | - |
| HSV(B) | 284.59º | 0.69% | 0.84% | - |
| XYZ | 31.99 | 17.98 | 65.4 | - |
| YUV | 115.76 | 183.44 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 66 | 214 | 0.18 | 0.69 | 0 | 0.16 | 284.59 | 0.64 | 0.55 |
| Hex | B0 | 42 | D6 | 12 | 45 | 0 | 10 | 11D | 40 | 37 |
| Octal | 260 | 102 | 326 | 22 | 105 | 0 | 20 | 435 | 100 | 67 |
| Binary | 10110000 | 1000010 | 11010110 | 10010 | 1000101 | 0 | 10000 | 100011101 | 1000000 | 110111 |
Color Harmonies of #B042D6
Complementary color
Monochromatic Colors of #B042D6
Black with #B042D6
Text Example
Text Example
White with #B042D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B042D6; }
p { color: rgb(176,66,214); }
H1.HeaderClassName
{
color: #B042D6;
}
.AnyTagClassName
{
color: #B042D6;
}
</style>
background-color css
<style>
a { background-color: #B042D6; }
a { background-color: rgb(176,66,214); }
div.DivClassName
{
background-color: #B042D6;
}
.BgClassName
{
background-color: #B042D6;
}
</style>
border-color css
<style>
span { border-color: #B042D6; }
span { border-color: rgb(176,66,214); }
td.TdClassName
{
border-color: #B042D6;
}
.TagClassName
{
border-color: #B042D6;
}
</style>