Shades of Medium Red Violet #B42DA8
Tints of Medium Red Violet #B42DA8
RGB
CMYK
RGB Variations
Color information
#B42DA8 (or 0xB42DA8) is known color: Medium Red Violet. HEX triplet: B4, 2D and A8. RGB value is (180,45,168). Sum of RGB (Red+Green+Blue) = 180+45+168=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 45 (17.97% from 255 or 11.45% from 393); Blue value is 168 (66.02% from 255 or 42.75% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B42DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42DA8 is #4BD257. Grayscale: #636363. Windows color (decimal): -4969048 or 11021748. OLE color: 11021748.
HSL color Cylindrical-coordinate representation of color #B42DA8: hue angle of 305.33º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B42DA8 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 168 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.29 |
| HSL | 305.33º | 0.6% | 0.44% | - |
| HSV(B) | 305.33º | 0.75% | 0.71% | - |
| XYZ | 26.83 | 14.41 | 38.41 | - |
| YUV | 99.39 | 166.73 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 168 | 0 | 0.75 | 0.07 | 0.29 | 305.33 | 0.6 | 0.44 |
| Hex | B4 | 2D | A8 | 0 | 4B | 7 | 1D | 131 | 3C | 2C |
| Octal | 264 | 55 | 250 | 0 | 113 | 7 | 35 | 461 | 74 | 54 |
| Binary | 10110100 | 101101 | 10101000 | 0 | 1001011 | 111 | 11101 | 100110001 | 111100 | 101100 |
Color Harmonies of #B42DA8
Complementary color
Monochromatic Colors of #B42DA8
Black with #B42DA8
Text Example
Text Example
White with #B42DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42DA8; }
p { color: rgb(180,45,168); }
H1.HeaderClassName
{
color: #B42DA8;
}
.AnyTagClassName
{
color: #B42DA8;
}
</style>
background-color css
<style>
a { background-color: #B42DA8; }
a { background-color: rgb(180,45,168); }
div.DivClassName
{
background-color: #B42DA8;
}
.BgClassName
{
background-color: #B42DA8;
}
</style>
border-color css
<style>
span { border-color: #B42DA8; }
span { border-color: rgb(180,45,168); }
td.TdClassName
{
border-color: #B42DA8;
}
.TagClassName
{
border-color: #B42DA8;
}
</style>