Shades of Medium Red Violet #B03283
Tints of Medium Red Violet #B03283
RGB
CMYK
RGB Variations
Color information
#B03283 (or 0xB03283) is known color: Medium Red Violet. HEX triplet: B0, 32 and 83. RGB value is (176,50,131). Sum of RGB (Red+Green+Blue) = 176+50+131=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B03283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03283 is #4FCD7C. Grayscale: #606060. Windows color (decimal): -5229949 or 8598192. OLE color: 8598192.
HSL color Cylindrical-coordinate representation of color #B03283: hue angle of 321.43º 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 #B03283 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 50 | 131 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.31 |
| HSL | 321.43º | 0.56% | 0.44% | - |
| HSV(B) | 321.43º | 0.72% | 0.69% | - |
| XYZ | 23.14 | 13.15 | 22.79 | - |
| YUV | 96.91 | 147.24 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 131 | 0 | 0.72 | 0.26 | 0.31 | 321.43 | 0.56 | 0.44 |
| Hex | B0 | 32 | 83 | 0 | 48 | 1A | 1F | 141 | 38 | 2C |
| Octal | 260 | 62 | 203 | 0 | 110 | 32 | 37 | 501 | 70 | 54 |
| Binary | 10110000 | 110010 | 10000011 | 0 | 1001000 | 11010 | 11111 | 101000001 | 111000 | 101100 |
Color Harmonies of #B03283
Complementary color
Monochromatic Colors of #B03283
Black with #B03283
Text Example
Text Example
White with #B03283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03283; }
p { color: rgb(176,50,131); }
H1.HeaderClassName
{
color: #B03283;
}
.AnyTagClassName
{
color: #B03283;
}
</style>
background-color css
<style>
a { background-color: #B03283; }
a { background-color: rgb(176,50,131); }
div.DivClassName
{
background-color: #B03283;
}
.BgClassName
{
background-color: #B03283;
}
</style>
border-color css
<style>
span { border-color: #B03283; }
span { border-color: rgb(176,50,131); }
td.TdClassName
{
border-color: #B03283;
}
.TagClassName
{
border-color: #B03283;
}
</style>