Shades of Medium Red Violet #B8309C
Tints of Medium Red Violet #B8309C
RGB
CMYK
RGB Variations
Color information
#B8309C (or 0xB8309C) is known color: Medium Red Violet. HEX triplet: B8, 30 and 9C. RGB value is (184,48,156). Sum of RGB (Red+Green+Blue) = 184+48+156=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 48 (19.14% from 255 or 12.37% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B8309C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8309C is #47CF63. Grayscale: #646464. Windows color (decimal): -4706148 or 10236088. OLE color: 10236088.
HSL color Cylindrical-coordinate representation of color #B8309C: hue angle of 312.35º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B8309C is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 48 | 156 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.28 |
| HSL | 312.35º | 0.59% | 0.45% | - |
| HSV(B) | 312.35º | 0.74% | 0.72% | - |
| XYZ | 26.82 | 14.7 | 32.88 | - |
| YUV | 100.98 | 159.06 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 48 | 156 | 0 | 0.74 | 0.15 | 0.28 | 312.35 | 0.59 | 0.45 |
| Hex | B8 | 30 | 9C | 0 | 4A | F | 1C | 138 | 3B | 2D |
| Octal | 270 | 60 | 234 | 0 | 112 | 17 | 34 | 470 | 73 | 55 |
| Binary | 10111000 | 110000 | 10011100 | 0 | 1001010 | 1111 | 11100 | 100111000 | 111011 | 101101 |
Color Harmonies of #B8309C
Complementary color
Monochromatic Colors of #B8309C
Black with #B8309C
Text Example
Text Example
White with #B8309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8309C; }
p { color: rgb(184,48,156); }
H1.HeaderClassName
{
color: #B8309C;
}
.AnyTagClassName
{
color: #B8309C;
}
</style>
background-color css
<style>
a { background-color: #B8309C; }
a { background-color: rgb(184,48,156); }
div.DivClassName
{
background-color: #B8309C;
}
.BgClassName
{
background-color: #B8309C;
}
</style>
border-color css
<style>
span { border-color: #B8309C; }
span { border-color: rgb(184,48,156); }
td.TdClassName
{
border-color: #B8309C;
}
.TagClassName
{
border-color: #B8309C;
}
</style>