Shades of Medium Red Violet #B9269B
Tints of Medium Red Violet #B9269B
RGB
CMYK
RGB Variations
Color information
#B9269B (or 0xB9269B) is known color: Medium Red Violet. HEX triplet: B9, 26 and 9B. RGB value is (185,38,155). Sum of RGB (Red+Green+Blue) = 185+38+155=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 38 (15.23% from 255 or 10.05% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B9269B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9269B is #46D964. Grayscale: #5E5E5E. Windows color (decimal): -4643173 or 10167993. OLE color: 10167993.
HSL color Cylindrical-coordinate representation of color #B9269B: hue angle of 312.24º 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 #B9269B is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 38 | 155 | - |
| CMYK | 0 | 0.79 | 0.16 | 0.27 |
| HSL | 312.24º | 0.66% | 0.44% | - |
| HSV(B) | 312.24º | 0.79% | 0.73% | - |
| XYZ | 26.62 | 14.07 | 32.32 | - |
| YUV | 95.29 | 161.7 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 38 | 155 | 0 | 0.79 | 0.16 | 0.27 | 312.24 | 0.66 | 0.44 |
| Hex | B9 | 26 | 9B | 0 | 4F | 10 | 1B | 138 | 42 | 2C |
| Octal | 271 | 46 | 233 | 0 | 117 | 20 | 33 | 470 | 102 | 54 |
| Binary | 10111001 | 100110 | 10011011 | 0 | 1001111 | 10000 | 11011 | 100111000 | 1000010 | 101100 |
Color Harmonies of #B9269B
Complementary color
Monochromatic Colors of #B9269B
Black with #B9269B
Text Example
Text Example
White with #B9269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9269B; }
p { color: rgb(185,38,155); }
H1.HeaderClassName
{
color: #B9269B;
}
.AnyTagClassName
{
color: #B9269B;
}
</style>
background-color css
<style>
a { background-color: #B9269B; }
a { background-color: rgb(185,38,155); }
div.DivClassName
{
background-color: #B9269B;
}
.BgClassName
{
background-color: #B9269B;
}
</style>
border-color css
<style>
span { border-color: #B9269B; }
span { border-color: rgb(185,38,155); }
td.TdClassName
{
border-color: #B9269B;
}
.TagClassName
{
border-color: #B9269B;
}
</style>