Shades of Medium Red Violet #B9269D
Tints of Medium Red Violet #B9269D
RGB
CMYK
RGB Variations
Color information
#B9269D (or 0xB9269D) is known color: Medium Red Violet. HEX triplet: B9, 26 and 9D. RGB value is (185,38,157). Sum of RGB (Red+Green+Blue) = 185+38+157=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B9269D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9269D is #46D962. Grayscale: #5F5F5F. Windows color (decimal): -4643171 or 10299065. OLE color: 10299065.
HSL color Cylindrical-coordinate representation of color #B9269D: hue angle of 311.43º 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 #B9269D is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 38 | 157 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.27 |
| HSL | 311.43º | 0.66% | 0.44% | - |
| HSV(B) | 311.43º | 0.79% | 0.73% | - |
| XYZ | 26.79 | 14.13 | 33.21 | - |
| YUV | 95.52 | 162.7 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 38 | 157 | 0 | 0.79 | 0.15 | 0.27 | 311.43 | 0.66 | 0.44 |
| Hex | B9 | 26 | 9D | 0 | 4F | F | 1B | 137 | 42 | 2C |
| Octal | 271 | 46 | 235 | 0 | 117 | 17 | 33 | 467 | 102 | 54 |
| Binary | 10111001 | 100110 | 10011101 | 0 | 1001111 | 1111 | 11011 | 100110111 | 1000010 | 101100 |
Color Harmonies of #B9269D
Complementary color
Monochromatic Colors of #B9269D
Black with #B9269D
Text Example
Text Example
White with #B9269D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9269D; }
p { color: rgb(185,38,157); }
H1.HeaderClassName
{
color: #B9269D;
}
.AnyTagClassName
{
color: #B9269D;
}
</style>
background-color css
<style>
a { background-color: #B9269D; }
a { background-color: rgb(185,38,157); }
div.DivClassName
{
background-color: #B9269D;
}
.BgClassName
{
background-color: #B9269D;
}
</style>
border-color css
<style>
span { border-color: #B9269D; }
span { border-color: rgb(185,38,157); }
td.TdClassName
{
border-color: #B9269D;
}
.TagClassName
{
border-color: #B9269D;
}
</style>