Shades of Medium Red Violet #B9256B
Tints of Medium Red Violet #B9256B
RGB
CMYK
RGB Variations
Color information
#B9256B (or 0xB9256B) is known color: Medium Red Violet. HEX triplet: B9, 25 and 6B. RGB value is (185,37,107). Sum of RGB (Red+Green+Blue) = 185+37+107=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B9256B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9256B is #46DA94. Grayscale: #595959. Windows color (decimal): -4643477 or 7022009. OLE color: 7022009.
HSL color Cylindrical-coordinate representation of color #B9256B: hue angle of 331.62º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B9256B is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 37 | 107 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.27 |
| HSL | 331.62º | 0.67% | 0.44% | - |
| HSV(B) | 331.62º | 0.8% | 0.73% | - |
| XYZ | 23.32 | 12.7 | 15.13 | - |
| YUV | 89.23 | 138.03 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 37 | 107 | 0 | 0.80 | 0.42 | 0.27 | 331.62 | 0.67 | 0.44 |
| Hex | B9 | 25 | 6B | 0 | 50 | 2A | 1B | 14C | 43 | 2C |
| Octal | 271 | 45 | 153 | 0 | 120 | 52 | 33 | 514 | 103 | 54 |
| Binary | 10111001 | 100101 | 1101011 | 0 | 1010000 | 101010 | 11011 | 101001100 | 1000011 | 101100 |
Color Harmonies of #B9256B
Complementary color
Monochromatic Colors of #B9256B
Black with #B9256B
Text Example
Text Example
White with #B9256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9256B; }
p { color: rgb(185,37,107); }
H1.HeaderClassName
{
color: #B9256B;
}
.AnyTagClassName
{
color: #B9256B;
}
</style>
background-color css
<style>
a { background-color: #B9256B; }
a { background-color: rgb(185,37,107); }
div.DivClassName
{
background-color: #B9256B;
}
.BgClassName
{
background-color: #B9256B;
}
</style>
border-color css
<style>
span { border-color: #B9256B; }
span { border-color: rgb(185,37,107); }
td.TdClassName
{
border-color: #B9256B;
}
.TagClassName
{
border-color: #B9256B;
}
</style>