Shades of Medium Red Violet #B2429A
Tints of Medium Red Violet #B2429A
RGB
CMYK
RGB Variations
Color information
#B2429A (or 0xB2429A) is known color: Medium Red Violet. HEX triplet: B2, 42 and 9A. RGB value is (178,66,154). Sum of RGB (Red+Green+Blue) = 178+66+154=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B2429A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2429A is #4DBD65. Grayscale: #6D6D6D. Windows color (decimal): -5094758 or 10109618. OLE color: 10109618.
HSL color Cylindrical-coordinate representation of color #B2429A: hue angle of 312.86º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2429A is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 66 | 154 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.30 |
| HSL | 312.86º | 0.46% | 0.48% | - |
| HSV(B) | 312.86º | 0.63% | 0.7% | - |
| XYZ | 26.14 | 15.69 | 32.22 | - |
| YUV | 109.52 | 153.11 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 66 | 154 | 0 | 0.63 | 0.13 | 0.30 | 312.86 | 0.46 | 0.48 |
| Hex | B2 | 42 | 9A | 0 | 3F | D | 1E | 139 | 2E | 30 |
| Octal | 262 | 102 | 232 | 0 | 77 | 15 | 36 | 471 | 56 | 60 |
| Binary | 10110010 | 1000010 | 10011010 | 0 | 111111 | 1101 | 11110 | 100111001 | 101110 | 110000 |
Color Harmonies of #B2429A
Complementary color
Monochromatic Colors of #B2429A
Black with #B2429A
Text Example
Text Example
White with #B2429A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2429A; }
p { color: rgb(178,66,154); }
H1.HeaderClassName
{
color: #B2429A;
}
.AnyTagClassName
{
color: #B2429A;
}
</style>
background-color css
<style>
a { background-color: #B2429A; }
a { background-color: rgb(178,66,154); }
div.DivClassName
{
background-color: #B2429A;
}
.BgClassName
{
background-color: #B2429A;
}
</style>
border-color css
<style>
span { border-color: #B2429A; }
span { border-color: rgb(178,66,154); }
td.TdClassName
{
border-color: #B2429A;
}
.TagClassName
{
border-color: #B2429A;
}
</style>