Shades of Medium Red Violet #B0308F
Tints of Medium Red Violet #B0308F
RGB
CMYK
RGB Variations
Color information
#B0308F (or 0xB0308F) is known color: Medium Red Violet. HEX triplet: B0, 30 and 8F. RGB value is (176,48,143). Sum of RGB (Red+Green+Blue) = 176+48+143=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B0308F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0308F is #4FCF70. Grayscale: #606060. Windows color (decimal): -5230449 or 9384112. OLE color: 9384112.
HSL color Cylindrical-coordinate representation of color #B0308F: hue angle of 315.47º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0308F is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 48 | 143 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.31 |
| HSL | 315.47º | 0.57% | 0.44% | - |
| HSV(B) | 315.47º | 0.73% | 0.69% | - |
| XYZ | 23.92 | 13.33 | 27.3 | - |
| YUV | 97.1 | 153.91 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 48 | 143 | 0 | 0.73 | 0.19 | 0.31 | 315.47 | 0.57 | 0.44 |
| Hex | B0 | 30 | 8F | 0 | 49 | 13 | 1F | 13B | 39 | 2C |
| Octal | 260 | 60 | 217 | 0 | 111 | 23 | 37 | 473 | 71 | 54 |
| Binary | 10110000 | 110000 | 10001111 | 0 | 1001001 | 10011 | 11111 | 100111011 | 111001 | 101100 |
Color Harmonies of #B0308F
Complementary color
Monochromatic Colors of #B0308F
Black with #B0308F
Text Example
Text Example
White with #B0308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0308F; }
p { color: rgb(176,48,143); }
H1.HeaderClassName
{
color: #B0308F;
}
.AnyTagClassName
{
color: #B0308F;
}
</style>
background-color css
<style>
a { background-color: #B0308F; }
a { background-color: rgb(176,48,143); }
div.DivClassName
{
background-color: #B0308F;
}
.BgClassName
{
background-color: #B0308F;
}
</style>
border-color css
<style>
span { border-color: #B0308F; }
span { border-color: rgb(176,48,143); }
td.TdClassName
{
border-color: #B0308F;
}
.TagClassName
{
border-color: #B0308F;
}
</style>