Shades of Medium Red Violet #B03280
Tints of Medium Red Violet #B03280
RGB
CMYK
RGB Variations
Color information
#B03280 (or 0xB03280) is known color: Medium Red Violet. HEX triplet: B0, 32 and 80. RGB value is (176,50,128). Sum of RGB (Red+Green+Blue) = 176+50+128=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B03280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03280 is #4FCD7F. Grayscale: #606060. Windows color (decimal): -5229952 or 8401584. OLE color: 8401584.
HSL color Cylindrical-coordinate representation of color #B03280: hue angle of 322.86º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B03280 is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 50 | 128 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.31 |
| HSL | 322.86º | 0.56% | 0.44% | - |
| HSV(B) | 322.86º | 0.72% | 0.69% | - |
| XYZ | 22.94 | 13.07 | 21.74 | - |
| YUV | 96.57 | 145.74 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 128 | 0 | 0.72 | 0.27 | 0.31 | 322.86 | 0.56 | 0.44 |
| Hex | B0 | 32 | 80 | 0 | 48 | 1B | 1F | 143 | 38 | 2C |
| Octal | 260 | 62 | 200 | 0 | 110 | 33 | 37 | 503 | 70 | 54 |
| Binary | 10110000 | 110010 | 10000000 | 0 | 1001000 | 11011 | 11111 | 101000011 | 111000 | 101100 |
Color Harmonies of #B03280
Complementary color
Monochromatic Colors of #B03280
Black with #B03280
Text Example
Text Example
White with #B03280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03280; }
p { color: rgb(176,50,128); }
H1.HeaderClassName
{
color: #B03280;
}
.AnyTagClassName
{
color: #B03280;
}
</style>
background-color css
<style>
a { background-color: #B03280; }
a { background-color: rgb(176,50,128); }
div.DivClassName
{
background-color: #B03280;
}
.BgClassName
{
background-color: #B03280;
}
</style>
border-color css
<style>
span { border-color: #B03280; }
span { border-color: rgb(176,50,128); }
td.TdClassName
{
border-color: #B03280;
}
.TagClassName
{
border-color: #B03280;
}
</style>