Shades of Medium Red Violet #B34299
Tints of Medium Red Violet #B34299
RGB
CMYK
RGB Variations
Color information
#B34299 (or 0xB34299) is known color: Medium Red Violet. HEX triplet: B3, 42 and 99. RGB value is (179,66,153). Sum of RGB (Red+Green+Blue) = 179+66+153=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 179 - color contains mainly: red. Hex color #B34299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34299 is #4CBD66. Grayscale: #6D6D6D. Windows color (decimal): -5029223 or 10044083. OLE color: 10044083.
HSL color Cylindrical-coordinate representation of color #B34299: hue angle of 313.81º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B34299 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 66 | 153 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.30 |
| HSL | 313.81º | 0.46% | 0.48% | - |
| HSV(B) | 313.81º | 0.63% | 0.7% | - |
| XYZ | 26.29 | 15.78 | 31.8 | - |
| YUV | 109.71 | 152.44 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 66 | 153 | 0 | 0.63 | 0.15 | 0.30 | 313.81 | 0.46 | 0.48 |
| Hex | B3 | 42 | 99 | 0 | 3F | F | 1E | 13A | 2E | 30 |
| Octal | 263 | 102 | 231 | 0 | 77 | 17 | 36 | 472 | 56 | 60 |
| Binary | 10110011 | 1000010 | 10011001 | 0 | 111111 | 1111 | 11110 | 100111010 | 101110 | 110000 |
Color Harmonies of #B34299
Complementary color
Monochromatic Colors of #B34299
Black with #B34299
Text Example
Text Example
White with #B34299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34299; }
p { color: rgb(179,66,153); }
H1.HeaderClassName
{
color: #B34299;
}
.AnyTagClassName
{
color: #B34299;
}
</style>
background-color css
<style>
a { background-color: #B34299; }
a { background-color: rgb(179,66,153); }
div.DivClassName
{
background-color: #B34299;
}
.BgClassName
{
background-color: #B34299;
}
</style>
border-color css
<style>
span { border-color: #B34299; }
span { border-color: rgb(179,66,153); }
td.TdClassName
{
border-color: #B34299;
}
.TagClassName
{
border-color: #B34299;
}
</style>