Shades of Medium Violet Red #B00385
Tints of Medium Violet Red #B00385
RGB
CMYK
RGB Variations
Color information
#B00385 (or 0xB00385) is known color: Medium Violet Red. HEX triplet: B0, 03 and 85. RGB value is (176,3,133). Sum of RGB (Red+Green+Blue) = 176+3+133=312 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.41% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 176 - color contains mainly: red. Hex color #B00385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00385 is #4FFC7A. Grayscale: #454545. Windows color (decimal): -5241979 or 8717232. OLE color: 8717232.
HSL color Cylindrical-coordinate representation of color #B00385: hue angle of 314.91º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B00385 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 3 | 133 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.31 |
| HSL | 314.91º | 0.97% | 0.35% | - |
| HSV(B) | 314.91º | 0.98% | 0.69% | - |
| XYZ | 22.17 | 10.99 | 23.14 | - |
| YUV | 69.55 | 163.81 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 3 | 133 | 0 | 0.98 | 0.24 | 0.31 | 314.91 | 0.97 | 0.35 |
| Hex | B0 | 3 | 85 | 0 | 62 | 18 | 1F | 13B | 61 | 23 |
| Octal | 260 | 3 | 205 | 0 | 142 | 30 | 37 | 473 | 141 | 43 |
| Binary | 10110000 | 11 | 10000101 | 0 | 1100010 | 11000 | 11111 | 100111011 | 1100001 | 100011 |
Color Harmonies of #B00385
Complementary color
Monochromatic Colors of #B00385
Black with #B00385
Text Example
Text Example
White with #B00385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00385; }
p { color: rgb(176,3,133); }
H1.HeaderClassName
{
color: #B00385;
}
.AnyTagClassName
{
color: #B00385;
}
</style>
background-color css
<style>
a { background-color: #B00385; }
a { background-color: rgb(176,3,133); }
div.DivClassName
{
background-color: #B00385;
}
.BgClassName
{
background-color: #B00385;
}
</style>
border-color css
<style>
span { border-color: #B00385; }
span { border-color: rgb(176,3,133); }
td.TdClassName
{
border-color: #B00385;
}
.TagClassName
{
border-color: #B00385;
}
</style>