Shades of Medium Red Violet #B434A2
Tints of Medium Red Violet #B434A2
RGB
CMYK
RGB Variations
Color information
#B434A2 (or 0xB434A2) is known color: Medium Red Violet. HEX triplet: B4, 34 and A2. RGB value is (180,52,162). Sum of RGB (Red+Green+Blue) = 180+52+162=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 162 (63.67% from 255 or 41.12% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B434A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B434A2 is #4BCB5D. Grayscale: #666666. Windows color (decimal): -4967262 or 10630324. OLE color: 10630324.
HSL color Cylindrical-coordinate representation of color #B434A2: hue angle of 308.44º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B434A2 is Cyan = 0, Magento = 0.71, Yellow = 0.1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 52 | 162 | - |
| CMYK | 0 | 0.71 | 0.1 | 0.29 |
| HSL | 308.44º | 0.55% | 0.45% | - |
| HSV(B) | 308.44º | 0.71% | 0.71% | - |
| XYZ | 26.57 | 14.77 | 35.63 | - |
| YUV | 102.81 | 161.41 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 52 | 162 | 0 | 0.71 | 0.1 | 0.29 | 308.44 | 0.55 | 0.45 |
| Hex | B4 | 34 | A2 | 0 | 47 | A | 1D | 134 | 37 | 2D |
| Octal | 264 | 64 | 242 | 0 | 107 | 12 | 35 | 464 | 67 | 55 |
| Binary | 10110100 | 110100 | 10100010 | 0 | 1000111 | 1010 | 11101 | 100110100 | 110111 | 101101 |
Color Harmonies of #B434A2
Complementary color
Monochromatic Colors of #B434A2
Black with #B434A2
Text Example
Text Example
White with #B434A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B434A2; }
p { color: rgb(180,52,162); }
H1.HeaderClassName
{
color: #B434A2;
}
.AnyTagClassName
{
color: #B434A2;
}
</style>
background-color css
<style>
a { background-color: #B434A2; }
a { background-color: rgb(180,52,162); }
div.DivClassName
{
background-color: #B434A2;
}
.BgClassName
{
background-color: #B434A2;
}
</style>
border-color css
<style>
span { border-color: #B434A2; }
span { border-color: rgb(180,52,162); }
td.TdClassName
{
border-color: #B434A2;
}
.TagClassName
{
border-color: #B434A2;
}
</style>