Shades of Medium Red Violet #B924AC
Tints of Medium Red Violet #B924AC
RGB
CMYK
RGB Variations
Color information
#B924AC (or 0xB924AC) is known color: Medium Red Violet. HEX triplet: B9, 24 and AC. RGB value is (185,36,172). Sum of RGB (Red+Green+Blue) = 185+36+172=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 36 (14.45% from 255 or 9.16% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B924AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B924AC is #46DB53. Grayscale: #5F5F5F. Windows color (decimal): -4643668 or 11281593. OLE color: 11281593.
HSL color Cylindrical-coordinate representation of color #B924AC: hue angle of 305.23º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B924AC is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 36 | 172 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.27 |
| HSL | 305.23º | 0.67% | 0.43% | - |
| HSV(B) | 305.23º | 0.81% | 0.73% | - |
| XYZ | 28.08 | 14.55 | 40.36 | - |
| YUV | 96.06 | 170.86 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 172 | 0 | 0.81 | 0.07 | 0.27 | 305.23 | 0.67 | 0.43 |
| Hex | B9 | 24 | AC | 0 | 51 | 7 | 1B | 131 | 43 | 2B |
| Octal | 271 | 44 | 254 | 0 | 121 | 7 | 33 | 461 | 103 | 53 |
| Binary | 10111001 | 100100 | 10101100 | 0 | 1010001 | 111 | 11011 | 100110001 | 1000011 | 101011 |
Color Harmonies of #B924AC
Complementary color
Monochromatic Colors of #B924AC
Black with #B924AC
Text Example
Text Example
White with #B924AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B924AC; }
p { color: rgb(185,36,172); }
H1.HeaderClassName
{
color: #B924AC;
}
.AnyTagClassName
{
color: #B924AC;
}
</style>
background-color css
<style>
a { background-color: #B924AC; }
a { background-color: rgb(185,36,172); }
div.DivClassName
{
background-color: #B924AC;
}
.BgClassName
{
background-color: #B924AC;
}
</style>
border-color css
<style>
span { border-color: #B924AC; }
span { border-color: rgb(185,36,172); }
td.TdClassName
{
border-color: #B924AC;
}
.TagClassName
{
border-color: #B924AC;
}
</style>