Shades of Medium Red Violet #B03885
Tints of Medium Red Violet #B03885
RGB
CMYK
RGB Variations
Color information
#B03885 (or 0xB03885) is known color: Medium Red Violet. HEX triplet: B0, 38 and 85. RGB value is (176,56,133). Sum of RGB (Red+Green+Blue) = 176+56+133=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B03885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03885 is #4FC77A. Grayscale: #646464. Windows color (decimal): -5228411 or 8730800. OLE color: 8730800.
HSL color Cylindrical-coordinate representation of color #B03885: hue angle of 321.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B03885 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 56 | 133 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.31 |
| HSL | 321.5º | 0.52% | 0.45% | - |
| HSV(B) | 321.5º | 0.68% | 0.69% | - |
| XYZ | 23.55 | 13.75 | 23.6 | - |
| YUV | 100.66 | 146.26 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 133 | 0 | 0.68 | 0.24 | 0.31 | 321.5 | 0.52 | 0.45 |
| Hex | B0 | 38 | 85 | 0 | 44 | 18 | 1F | 142 | 34 | 2D |
| Octal | 260 | 70 | 205 | 0 | 104 | 30 | 37 | 502 | 64 | 55 |
| Binary | 10110000 | 111000 | 10000101 | 0 | 1000100 | 11000 | 11111 | 101000010 | 110100 | 101101 |
Color Harmonies of #B03885
Complementary color
Monochromatic Colors of #B03885
Black with #B03885
Text Example
Text Example
White with #B03885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03885; }
p { color: rgb(176,56,133); }
H1.HeaderClassName
{
color: #B03885;
}
.AnyTagClassName
{
color: #B03885;
}
</style>
background-color css
<style>
a { background-color: #B03885; }
a { background-color: rgb(176,56,133); }
div.DivClassName
{
background-color: #B03885;
}
.BgClassName
{
background-color: #B03885;
}
</style>
border-color css
<style>
span { border-color: #B03885; }
span { border-color: rgb(176,56,133); }
td.TdClassName
{
border-color: #B03885;
}
.TagClassName
{
border-color: #B03885;
}
</style>