Shades of Medium Red Violet #B92DA8
Tints of Medium Red Violet #B92DA8
RGB
CMYK
RGB Variations
Color information
#B92DA8 (or 0xB92DA8) is known color: Medium Red Violet. HEX triplet: B9, 2D and A8. RGB value is (185,45,168). Sum of RGB (Red+Green+Blue) = 185+45+168=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 45 (17.97% from 255 or 11.31% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B92DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92DA8 is #46D257. Grayscale: #646464. Windows color (decimal): -4641368 or 11021753. OLE color: 11021753.
HSL color Cylindrical-coordinate representation of color #B92DA8: hue angle of 307.29º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B92DA8 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 45 | 168 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.27 |
| HSL | 307.29º | 0.61% | 0.45% | - |
| HSV(B) | 307.29º | 0.76% | 0.73% | - |
| XYZ | 28.01 | 15.02 | 38.47 | - |
| YUV | 100.88 | 165.88 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 45 | 168 | 0 | 0.76 | 0.09 | 0.27 | 307.29 | 0.61 | 0.45 |
| Hex | B9 | 2D | A8 | 0 | 4C | 9 | 1B | 133 | 3D | 2D |
| Octal | 271 | 55 | 250 | 0 | 114 | 11 | 33 | 463 | 75 | 55 |
| Binary | 10111001 | 101101 | 10101000 | 0 | 1001100 | 1001 | 11011 | 100110011 | 111101 | 101101 |
Color Harmonies of #B92DA8
Complementary color
Monochromatic Colors of #B92DA8
Black with #B92DA8
Text Example
Text Example
White with #B92DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92DA8; }
p { color: rgb(185,45,168); }
H1.HeaderClassName
{
color: #B92DA8;
}
.AnyTagClassName
{
color: #B92DA8;
}
</style>
background-color css
<style>
a { background-color: #B92DA8; }
a { background-color: rgb(185,45,168); }
div.DivClassName
{
background-color: #B92DA8;
}
.BgClassName
{
background-color: #B92DA8;
}
</style>
border-color css
<style>
span { border-color: #B92DA8; }
span { border-color: rgb(185,45,168); }
td.TdClassName
{
border-color: #B92DA8;
}
.TagClassName
{
border-color: #B92DA8;
}
</style>