Shades of Medium Red Violet #B9269C
Tints of Medium Red Violet #B9269C
RGB
CMYK
RGB Variations
Color information
#B9269C (or 0xB9269C) is known color: Medium Red Violet. HEX triplet: B9, 26 and 9C. RGB value is (185,38,156). Sum of RGB (Red+Green+Blue) = 185+38+156=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 38 (15.23% from 255 or 10.03% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9269C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9269C is #46D963. Grayscale: #5F5F5F. Windows color (decimal): -4643172 or 10233529. OLE color: 10233529.
HSL color Cylindrical-coordinate representation of color #B9269C: hue angle of 311.84º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B9269C is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 38 | 156 | - |
| CMYK | 0 | 0.79 | 0.16 | 0.27 |
| HSL | 311.84º | 0.66% | 0.44% | - |
| HSV(B) | 311.84º | 0.79% | 0.73% | - |
| XYZ | 26.7 | 14.1 | 32.77 | - |
| YUV | 95.41 | 162.2 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 38 | 156 | 0 | 0.79 | 0.16 | 0.27 | 311.84 | 0.66 | 0.44 |
| Hex | B9 | 26 | 9C | 0 | 4F | 10 | 1B | 138 | 42 | 2C |
| Octal | 271 | 46 | 234 | 0 | 117 | 20 | 33 | 470 | 102 | 54 |
| Binary | 10111001 | 100110 | 10011100 | 0 | 1001111 | 10000 | 11011 | 100111000 | 1000010 | 101100 |
Color Harmonies of #B9269C
Complementary color
Monochromatic Colors of #B9269C
Black with #B9269C
Text Example
Text Example
White with #B9269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9269C; }
p { color: rgb(185,38,156); }
H1.HeaderClassName
{
color: #B9269C;
}
.AnyTagClassName
{
color: #B9269C;
}
</style>
background-color css
<style>
a { background-color: #B9269C; }
a { background-color: rgb(185,38,156); }
div.DivClassName
{
background-color: #B9269C;
}
.BgClassName
{
background-color: #B9269C;
}
</style>
border-color css
<style>
span { border-color: #B9269C; }
span { border-color: rgb(185,38,156); }
td.TdClassName
{
border-color: #B9269C;
}
.TagClassName
{
border-color: #B9269C;
}
</style>