Shades of Medium Red Violet #B033A7
Tints of Medium Red Violet #B033A7
RGB
CMYK
RGB Variations
Color information
#B033A7 (or 0xB033A7) is known color: Medium Red Violet. HEX triplet: B0, 33 and A7. RGB value is (176,51,167). Sum of RGB (Red+Green+Blue) = 176+51+167=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 167 (65.62% from 255 or 42.39% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B033A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B033A7 is #4FCC58. Grayscale: #656565. Windows color (decimal): -5229657 or 10957744. OLE color: 10957744.
HSL color Cylindrical-coordinate representation of color #B033A7: hue angle of 304.32º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B033A7 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 51 | 167 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.31 |
| HSL | 304.32º | 0.55% | 0.45% | - |
| HSV(B) | 304.32º | 0.71% | 0.69% | - |
| XYZ | 26.06 | 14.39 | 37.96 | - |
| YUV | 101.6 | 164.91 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 167 | 0 | 0.71 | 0.05 | 0.31 | 304.32 | 0.55 | 0.45 |
| Hex | B0 | 33 | A7 | 0 | 47 | 5 | 1F | 130 | 37 | 2D |
| Octal | 260 | 63 | 247 | 0 | 107 | 5 | 37 | 460 | 67 | 55 |
| Binary | 10110000 | 110011 | 10100111 | 0 | 1000111 | 101 | 11111 | 100110000 | 110111 | 101101 |
Color Harmonies of #B033A7
Complementary color
Monochromatic Colors of #B033A7
Black with #B033A7
Text Example
Text Example
White with #B033A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B033A7; }
p { color: rgb(176,51,167); }
H1.HeaderClassName
{
color: #B033A7;
}
.AnyTagClassName
{
color: #B033A7;
}
</style>
background-color css
<style>
a { background-color: #B033A7; }
a { background-color: rgb(176,51,167); }
div.DivClassName
{
background-color: #B033A7;
}
.BgClassName
{
background-color: #B033A7;
}
</style>
border-color css
<style>
span { border-color: #B033A7; }
span { border-color: rgb(176,51,167); }
td.TdClassName
{
border-color: #B033A7;
}
.TagClassName
{
border-color: #B033A7;
}
</style>