Shades of Medium Red Violet #B935A8
Tints of Medium Red Violet #B935A8
RGB
CMYK
RGB Variations
Color information
#B935A8 (or 0xB935A8) is known color: Medium Red Violet. HEX triplet: B9, 35 and A8. RGB value is (185,53,168). Sum of RGB (Red+Green+Blue) = 185+53+168=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 53 (21.09% from 255 or 13.05% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B935A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B935A8 is #46CA57. Grayscale: #696969. Windows color (decimal): -4639320 or 11023801. OLE color: 11023801.
HSL color Cylindrical-coordinate representation of color #B935A8: hue angle of 307.73º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B935A8 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 168 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.27 |
| HSL | 307.73º | 0.55% | 0.47% | - |
| HSV(B) | 307.73º | 0.71% | 0.73% | - |
| XYZ | 28.35 | 15.69 | 38.58 | - |
| YUV | 105.58 | 163.23 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 168 | 0 | 0.71 | 0.09 | 0.27 | 307.73 | 0.55 | 0.47 |
| Hex | B9 | 35 | A8 | 0 | 47 | 9 | 1B | 134 | 37 | 2F |
| Octal | 271 | 65 | 250 | 0 | 107 | 11 | 33 | 464 | 67 | 57 |
| Binary | 10111001 | 110101 | 10101000 | 0 | 1000111 | 1001 | 11011 | 100110100 | 110111 | 101111 |
Color Harmonies of #B935A8
Complementary color
Monochromatic Colors of #B935A8
Black with #B935A8
Text Example
Text Example
White with #B935A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B935A8; }
p { color: rgb(185,53,168); }
H1.HeaderClassName
{
color: #B935A8;
}
.AnyTagClassName
{
color: #B935A8;
}
</style>
background-color css
<style>
a { background-color: #B935A8; }
a { background-color: rgb(185,53,168); }
div.DivClassName
{
background-color: #B935A8;
}
.BgClassName
{
background-color: #B935A8;
}
</style>
border-color css
<style>
span { border-color: #B935A8; }
span { border-color: rgb(185,53,168); }
td.TdClassName
{
border-color: #B935A8;
}
.TagClassName
{
border-color: #B935A8;
}
</style>