Shades of Medium Red Violet #B0308A
Tints of Medium Red Violet #B0308A
RGB
CMYK
RGB Variations
Color information
#B0308A (or 0xB0308A) is known color: Medium Red Violet. HEX triplet: B0, 30 and 8A. RGB value is (176,48,138). Sum of RGB (Red+Green+Blue) = 176+48+138=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B0308A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0308A is #4FCF75. Grayscale: #606060. Windows color (decimal): -5230454 or 9056432. OLE color: 9056432.
HSL color Cylindrical-coordinate representation of color #B0308A: hue angle of 317.81º 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 #B0308A is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 48 | 138 | - |
| CMYK | 0 | 0.73 | 0.22 | 0.31 |
| HSL | 317.81º | 0.57% | 0.44% | - |
| HSV(B) | 317.81º | 0.73% | 0.69% | - |
| XYZ | 23.55 | 13.18 | 25.35 | - |
| YUV | 96.53 | 151.41 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 48 | 138 | 0 | 0.73 | 0.22 | 0.31 | 317.81 | 0.57 | 0.44 |
| Hex | B0 | 30 | 8A | 0 | 49 | 16 | 1F | 13E | 39 | 2C |
| Octal | 260 | 60 | 212 | 0 | 111 | 26 | 37 | 476 | 71 | 54 |
| Binary | 10110000 | 110000 | 10001010 | 0 | 1001001 | 10110 | 11111 | 100111110 | 111001 | 101100 |
Color Harmonies of #B0308A
Complementary color
Monochromatic Colors of #B0308A
Black with #B0308A
Text Example
Text Example
White with #B0308A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0308A; }
p { color: rgb(176,48,138); }
H1.HeaderClassName
{
color: #B0308A;
}
.AnyTagClassName
{
color: #B0308A;
}
</style>
background-color css
<style>
a { background-color: #B0308A; }
a { background-color: rgb(176,48,138); }
div.DivClassName
{
background-color: #B0308A;
}
.BgClassName
{
background-color: #B0308A;
}
</style>
border-color css
<style>
span { border-color: #B0308A; }
span { border-color: rgb(176,48,138); }
td.TdClassName
{
border-color: #B0308A;
}
.TagClassName
{
border-color: #B0308A;
}
</style>