Shades of Medium Red Violet #B9267D
Tints of Medium Red Violet #B9267D
RGB
CMYK
RGB Variations
Color information
#B9267D (or 0xB9267D) is known color: Medium Red Violet. HEX triplet: B9, 26 and 7D. RGB value is (185,38,125). Sum of RGB (Red+Green+Blue) = 185+38+125=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B9267D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9267D is #46D982. Grayscale: #5B5B5B. Windows color (decimal): -4643203 or 8201913. OLE color: 8201913.
HSL color Cylindrical-coordinate representation of color #B9267D: hue angle of 324.49º 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 #B9267D is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 38 | 125 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.27 |
| HSL | 324.49º | 0.66% | 0.44% | - |
| HSV(B) | 324.49º | 0.79% | 0.73% | - |
| XYZ | 24.4 | 13.18 | 20.66 | - |
| YUV | 91.87 | 146.7 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 38 | 125 | 0 | 0.79 | 0.32 | 0.27 | 324.49 | 0.66 | 0.44 |
| Hex | B9 | 26 | 7D | 0 | 4F | 20 | 1B | 144 | 42 | 2C |
| Octal | 271 | 46 | 175 | 0 | 117 | 40 | 33 | 504 | 102 | 54 |
| Binary | 10111001 | 100110 | 1111101 | 0 | 1001111 | 100000 | 11011 | 101000100 | 1000010 | 101100 |
Color Harmonies of #B9267D
Complementary color
Monochromatic Colors of #B9267D
Black with #B9267D
Text Example
Text Example
White with #B9267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9267D; }
p { color: rgb(185,38,125); }
H1.HeaderClassName
{
color: #B9267D;
}
.AnyTagClassName
{
color: #B9267D;
}
</style>
background-color css
<style>
a { background-color: #B9267D; }
a { background-color: rgb(185,38,125); }
div.DivClassName
{
background-color: #B9267D;
}
.BgClassName
{
background-color: #B9267D;
}
</style>
border-color css
<style>
span { border-color: #B9267D; }
span { border-color: rgb(185,38,125); }
td.TdClassName
{
border-color: #B9267D;
}
.TagClassName
{
border-color: #B9267D;
}
</style>