Shades of Medium Red Violet #B8267B
Tints of Medium Red Violet #B8267B
RGB
CMYK
RGB Variations
Color information
#B8267B (or 0xB8267B) is known color: Medium Red Violet. HEX triplet: B8, 26 and 7B. RGB value is (184,38,123). Sum of RGB (Red+Green+Blue) = 184+38+123=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B8267B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8267B is #47D984. Grayscale: #5B5B5B. Windows color (decimal): -4708741 or 8070840. OLE color: 8070840.
HSL color Cylindrical-coordinate representation of color #B8267B: hue angle of 325.07º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B8267B is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 38 | 123 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.28 |
| HSL | 325.07º | 0.66% | 0.44% | - |
| HSV(B) | 325.07º | 0.79% | 0.72% | - |
| XYZ | 24.04 | 13.01 | 19.98 | - |
| YUV | 91.34 | 145.87 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 123 | 0 | 0.79 | 0.33 | 0.28 | 325.07 | 0.66 | 0.44 |
| Hex | B8 | 26 | 7B | 0 | 4F | 21 | 1C | 145 | 42 | 2C |
| Octal | 270 | 46 | 173 | 0 | 117 | 41 | 34 | 505 | 102 | 54 |
| Binary | 10111000 | 100110 | 1111011 | 0 | 1001111 | 100001 | 11100 | 101000101 | 1000010 | 101100 |
Color Harmonies of #B8267B
Complementary color
Monochromatic Colors of #B8267B
Black with #B8267B
Text Example
Text Example
White with #B8267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8267B; }
p { color: rgb(184,38,123); }
H1.HeaderClassName
{
color: #B8267B;
}
.AnyTagClassName
{
color: #B8267B;
}
</style>
background-color css
<style>
a { background-color: #B8267B; }
a { background-color: rgb(184,38,123); }
div.DivClassName
{
background-color: #B8267B;
}
.BgClassName
{
background-color: #B8267B;
}
</style>
border-color css
<style>
span { border-color: #B8267B; }
span { border-color: rgb(184,38,123); }
td.TdClassName
{
border-color: #B8267B;
}
.TagClassName
{
border-color: #B8267B;
}
</style>