Shades of Medium Red Violet #B92F9D
Tints of Medium Red Violet #B92F9D
RGB
CMYK
RGB Variations
Color information
#B92F9D (or 0xB92F9D) is known color: Medium Red Violet. HEX triplet: B9, 2F and 9D. RGB value is (185,47,157). Sum of RGB (Red+Green+Blue) = 185+47+157=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 47 (18.75% from 255 or 12.08% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B92F9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92F9D is #46D062. Grayscale: #646464. Windows color (decimal): -4640867 or 10301369. OLE color: 10301369.
HSL color Cylindrical-coordinate representation of color #B92F9D: hue angle of 312.17º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B92F9D is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 47 | 157 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.27 |
| HSL | 312.17º | 0.59% | 0.45% | - |
| HSV(B) | 312.17º | 0.75% | 0.73% | - |
| XYZ | 27.11 | 14.78 | 33.32 | - |
| YUV | 100.8 | 159.72 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 47 | 157 | 0 | 0.75 | 0.15 | 0.27 | 312.17 | 0.59 | 0.45 |
| Hex | B9 | 2F | 9D | 0 | 4B | F | 1B | 138 | 3B | 2D |
| Octal | 271 | 57 | 235 | 0 | 113 | 17 | 33 | 470 | 73 | 55 |
| Binary | 10111001 | 101111 | 10011101 | 0 | 1001011 | 1111 | 11011 | 100111000 | 111011 | 101101 |
Color Harmonies of #B92F9D
Complementary color
Monochromatic Colors of #B92F9D
Black with #B92F9D
Text Example
Text Example
White with #B92F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92F9D; }
p { color: rgb(185,47,157); }
H1.HeaderClassName
{
color: #B92F9D;
}
.AnyTagClassName
{
color: #B92F9D;
}
</style>
background-color css
<style>
a { background-color: #B92F9D; }
a { background-color: rgb(185,47,157); }
div.DivClassName
{
background-color: #B92F9D;
}
.BgClassName
{
background-color: #B92F9D;
}
</style>
border-color css
<style>
span { border-color: #B92F9D; }
span { border-color: rgb(185,47,157); }
td.TdClassName
{
border-color: #B92F9D;
}
.TagClassName
{
border-color: #B92F9D;
}
</style>