Shades of Medium Red Violet #B035A4
Tints of Medium Red Violet #B035A4
RGB
CMYK
RGB Variations
Color information
#B035A4 (or 0xB035A4) is known color: Medium Red Violet. HEX triplet: B0, 35 and A4. RGB value is (176,53,164). Sum of RGB (Red+Green+Blue) = 176+53+164=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 53 (21.09% from 255 or 13.49% from 393); Blue value is 164 (64.45% from 255 or 41.73% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B035A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B035A4 is #4FCA5B. Grayscale: #666666. Windows color (decimal): -5229148 or 10761648. OLE color: 10761648.
HSL color Cylindrical-coordinate representation of color #B035A4: hue angle of 305.85º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B035A4 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 53 | 164 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.31 |
| HSL | 305.85º | 0.54% | 0.45% | - |
| HSV(B) | 305.85º | 0.7% | 0.69% | - |
| XYZ | 25.88 | 14.46 | 36.55 | - |
| YUV | 102.43 | 162.75 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 53 | 164 | 0 | 0.70 | 0.07 | 0.31 | 305.85 | 0.54 | 0.45 |
| Hex | B0 | 35 | A4 | 0 | 46 | 7 | 1F | 132 | 36 | 2D |
| Octal | 260 | 65 | 244 | 0 | 106 | 7 | 37 | 462 | 66 | 55 |
| Binary | 10110000 | 110101 | 10100100 | 0 | 1000110 | 111 | 11111 | 100110010 | 110110 | 101101 |
Color Harmonies of #B035A4
Complementary color
Monochromatic Colors of #B035A4
Black with #B035A4
Text Example
Text Example
White with #B035A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B035A4; }
p { color: rgb(176,53,164); }
H1.HeaderClassName
{
color: #B035A4;
}
.AnyTagClassName
{
color: #B035A4;
}
</style>
background-color css
<style>
a { background-color: #B035A4; }
a { background-color: rgb(176,53,164); }
div.DivClassName
{
background-color: #B035A4;
}
.BgClassName
{
background-color: #B035A4;
}
</style>
border-color css
<style>
span { border-color: #B035A4; }
span { border-color: rgb(176,53,164); }
td.TdClassName
{
border-color: #B035A4;
}
.TagClassName
{
border-color: #B035A4;
}
</style>