Shades of Medium Red Violet #B0309E
Tints of Medium Red Violet #B0309E
RGB
CMYK
RGB Variations
Color information
#B0309E (or 0xB0309E) is known color: Medium Red Violet. HEX triplet: B0, 30 and 9E. RGB value is (176,48,158). Sum of RGB (Red+Green+Blue) = 176+48+158=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 48 (19.14% from 255 or 12.57% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B0309E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0309E is #4FCF61. Grayscale: #626262. Windows color (decimal): -5230434 or 10367152. OLE color: 10367152.
HSL color Cylindrical-coordinate representation of color #B0309E: hue angle of 308.44º 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 #B0309E is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 48 | 158 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.31 |
| HSL | 308.44º | 0.57% | 0.44% | - |
| HSV(B) | 308.44º | 0.73% | 0.69% | - |
| XYZ | 25.13 | 13.81 | 33.69 | - |
| YUV | 98.81 | 161.41 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 48 | 158 | 0 | 0.73 | 0.10 | 0.31 | 308.44 | 0.57 | 0.44 |
| Hex | B0 | 30 | 9E | 0 | 49 | A | 1F | 134 | 39 | 2C |
| Octal | 260 | 60 | 236 | 0 | 111 | 12 | 37 | 464 | 71 | 54 |
| Binary | 10110000 | 110000 | 10011110 | 0 | 1001001 | 1010 | 11111 | 100110100 | 111001 | 101100 |
Color Harmonies of #B0309E
Complementary color
Monochromatic Colors of #B0309E
Black with #B0309E
Text Example
Text Example
White with #B0309E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0309E; }
p { color: rgb(176,48,158); }
H1.HeaderClassName
{
color: #B0309E;
}
.AnyTagClassName
{
color: #B0309E;
}
</style>
background-color css
<style>
a { background-color: #B0309E; }
a { background-color: rgb(176,48,158); }
div.DivClassName
{
background-color: #B0309E;
}
.BgClassName
{
background-color: #B0309E;
}
</style>
border-color css
<style>
span { border-color: #B0309E; }
span { border-color: rgb(176,48,158); }
td.TdClassName
{
border-color: #B0309E;
}
.TagClassName
{
border-color: #B0309E;
}
</style>