Shades of Medium Red Violet #B433A0
Tints of Medium Red Violet #B433A0
RGB
CMYK
RGB Variations
Color information
#B433A0 (or 0xB433A0) is known color: Medium Red Violet. HEX triplet: B4, 33 and A0. RGB value is (180,51,160). Sum of RGB (Red+Green+Blue) = 180+51+160=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 51 (20.31% from 255 or 13.04% from 391); Blue value is 160 (62.89% from 255 or 40.92% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B433A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B433A0 is #4BCC5F. Grayscale: #656565. Windows color (decimal): -4967520 or 10498996. OLE color: 10498996.
HSL color Cylindrical-coordinate representation of color #B433A0: hue angle of 309.3º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B433A0 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 51 | 160 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.29 |
| HSL | 309.3º | 0.56% | 0.45% | - |
| HSV(B) | 309.3º | 0.72% | 0.71% | - |
| XYZ | 26.35 | 14.61 | 34.69 | - |
| YUV | 102 | 160.74 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 51 | 160 | 0 | 0.72 | 0.11 | 0.29 | 309.3 | 0.56 | 0.45 |
| Hex | B4 | 33 | A0 | 0 | 48 | B | 1D | 135 | 38 | 2D |
| Octal | 264 | 63 | 240 | 0 | 110 | 13 | 35 | 465 | 70 | 55 |
| Binary | 10110100 | 110011 | 10100000 | 0 | 1001000 | 1011 | 11101 | 100110101 | 111000 | 101101 |
Color Harmonies of #B433A0
Complementary color
Monochromatic Colors of #B433A0
Black with #B433A0
Text Example
Text Example
White with #B433A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B433A0; }
p { color: rgb(180,51,160); }
H1.HeaderClassName
{
color: #B433A0;
}
.AnyTagClassName
{
color: #B433A0;
}
</style>
background-color css
<style>
a { background-color: #B433A0; }
a { background-color: rgb(180,51,160); }
div.DivClassName
{
background-color: #B433A0;
}
.BgClassName
{
background-color: #B433A0;
}
</style>
border-color css
<style>
span { border-color: #B433A0; }
span { border-color: rgb(180,51,160); }
td.TdClassName
{
border-color: #B433A0;
}
.TagClassName
{
border-color: #B433A0;
}
</style>