Shades of Medium Red Violet #B934A4
Tints of Medium Red Violet #B934A4
RGB
CMYK
RGB Variations
Color information
#B934A4 (or 0xB934A4) is known color: Medium Red Violet. HEX triplet: B9, 34 and A4. RGB value is (185,52,164). Sum of RGB (Red+Green+Blue) = 185+52+164=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B934A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B934A4 is #46CB5B. Grayscale: #686868. Windows color (decimal): -4639580 or 10761401. OLE color: 10761401.
HSL color Cylindrical-coordinate representation of color #B934A4: hue angle of 309.47º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B934A4 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 52 | 164 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.27 |
| HSL | 309.47º | 0.56% | 0.46% | - |
| HSV(B) | 309.47º | 0.72% | 0.73% | - |
| XYZ | 27.94 | 15.45 | 36.63 | - |
| YUV | 104.54 | 161.56 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 164 | 0 | 0.72 | 0.11 | 0.27 | 309.47 | 0.56 | 0.46 |
| Hex | B9 | 34 | A4 | 0 | 48 | B | 1B | 135 | 38 | 2E |
| Octal | 271 | 64 | 244 | 0 | 110 | 13 | 33 | 465 | 70 | 56 |
| Binary | 10111001 | 110100 | 10100100 | 0 | 1001000 | 1011 | 11011 | 100110101 | 111000 | 101110 |
Color Harmonies of #B934A4
Complementary color
Monochromatic Colors of #B934A4
Black with #B934A4
Text Example
Text Example
White with #B934A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B934A4; }
p { color: rgb(185,52,164); }
H1.HeaderClassName
{
color: #B934A4;
}
.AnyTagClassName
{
color: #B934A4;
}
</style>
background-color css
<style>
a { background-color: #B934A4; }
a { background-color: rgb(185,52,164); }
div.DivClassName
{
background-color: #B934A4;
}
.BgClassName
{
background-color: #B934A4;
}
</style>
border-color css
<style>
span { border-color: #B934A4; }
span { border-color: rgb(185,52,164); }
td.TdClassName
{
border-color: #B934A4;
}
.TagClassName
{
border-color: #B934A4;
}
</style>