Shades of Medium Red Violet #B533A3
Tints of Medium Red Violet #B533A3
RGB
CMYK
RGB Variations
Color information
#B533A3 (or 0xB533A3) is known color: Medium Red Violet. HEX triplet: B5, 33 and A3. RGB value is (181,51,163). Sum of RGB (Red+Green+Blue) = 181+51+163=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 51 (20.31% from 255 or 12.91% from 395); Blue value is 163 (64.06% from 255 or 41.27% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B533A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B533A3 is #4ACC5C. Grayscale: #666666. Windows color (decimal): -4901981 or 10695605. OLE color: 10695605.
HSL color Cylindrical-coordinate representation of color #B533A3: hue angle of 308.31º 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 #B533A3 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 51 | 163 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.29 |
| HSL | 308.31º | 0.56% | 0.45% | - |
| HSV(B) | 308.31º | 0.72% | 0.71% | - |
| XYZ | 26.85 | 14.84 | 36.1 | - |
| YUV | 102.64 | 162.07 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 51 | 163 | 0 | 0.72 | 0.10 | 0.29 | 308.31 | 0.56 | 0.45 |
| Hex | B5 | 33 | A3 | 0 | 48 | A | 1D | 134 | 38 | 2D |
| Octal | 265 | 63 | 243 | 0 | 110 | 12 | 35 | 464 | 70 | 55 |
| Binary | 10110101 | 110011 | 10100011 | 0 | 1001000 | 1010 | 11101 | 100110100 | 111000 | 101101 |
Color Harmonies of #B533A3
Complementary color
Monochromatic Colors of #B533A3
Black with #B533A3
Text Example
Text Example
White with #B533A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B533A3; }
p { color: rgb(181,51,163); }
H1.HeaderClassName
{
color: #B533A3;
}
.AnyTagClassName
{
color: #B533A3;
}
</style>
background-color css
<style>
a { background-color: #B533A3; }
a { background-color: rgb(181,51,163); }
div.DivClassName
{
background-color: #B533A3;
}
.BgClassName
{
background-color: #B533A3;
}
</style>
border-color css
<style>
span { border-color: #B533A3; }
span { border-color: rgb(181,51,163); }
td.TdClassName
{
border-color: #B533A3;
}
.TagClassName
{
border-color: #B533A3;
}
</style>