Shades of Medium Red Violet #B9236A
Tints of Medium Red Violet #B9236A
RGB
CMYK
RGB Variations
Color information
#B9236A (or 0xB9236A) is known color: Medium Red Violet. HEX triplet: B9, 23 and 6A. RGB value is (185,35,106). Sum of RGB (Red+Green+Blue) = 185+35+106=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B9236A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9236A is #46DC95. Grayscale: #575757. Windows color (decimal): -4643990 or 6955961. OLE color: 6955961.
HSL color Cylindrical-coordinate representation of color #B9236A: hue angle of 331.6º degrees, saturation: 0.68, 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 #B9236A is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 35 | 106 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.27 |
| HSL | 331.6º | 0.68% | 0.43% | - |
| HSV(B) | 331.6º | 0.81% | 0.73% | - |
| XYZ | 23.21 | 12.56 | 14.84 | - |
| YUV | 87.94 | 138.2 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 35 | 106 | 0 | 0.81 | 0.43 | 0.27 | 331.6 | 0.68 | 0.43 |
| Hex | B9 | 23 | 6A | 0 | 51 | 2B | 1B | 14C | 44 | 2B |
| Octal | 271 | 43 | 152 | 0 | 121 | 53 | 33 | 514 | 104 | 53 |
| Binary | 10111001 | 100011 | 1101010 | 0 | 1010001 | 101011 | 11011 | 101001100 | 1000100 | 101011 |
Color Harmonies of #B9236A
Complementary color
Monochromatic Colors of #B9236A
Black with #B9236A
Text Example
Text Example
White with #B9236A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9236A; }
p { color: rgb(185,35,106); }
H1.HeaderClassName
{
color: #B9236A;
}
.AnyTagClassName
{
color: #B9236A;
}
</style>
background-color css
<style>
a { background-color: #B9236A; }
a { background-color: rgb(185,35,106); }
div.DivClassName
{
background-color: #B9236A;
}
.BgClassName
{
background-color: #B9236A;
}
</style>
border-color css
<style>
span { border-color: #B9236A; }
span { border-color: rgb(185,35,106); }
td.TdClassName
{
border-color: #B9236A;
}
.TagClassName
{
border-color: #B9236A;
}
</style>