Shades of Medium Red Violet #B8267C
Tints of Medium Red Violet #B8267C
RGB
CMYK
RGB Variations
Color information
#B8267C (or 0xB8267C) is known color: Medium Red Violet. HEX triplet: B8, 26 and 7C. RGB value is (184,38,124). Sum of RGB (Red+Green+Blue) = 184+38+124=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B8267C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8267C is #47D983. Grayscale: #5B5B5B. Windows color (decimal): -4708740 or 8136376. OLE color: 8136376.
HSL color Cylindrical-coordinate representation of color #B8267C: hue angle of 324.66º 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 #B8267C is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 38 | 124 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.28 |
| HSL | 324.66º | 0.66% | 0.44% | - |
| HSV(B) | 324.66º | 0.79% | 0.72% | - |
| XYZ | 24.1 | 13.03 | 20.31 | - |
| YUV | 91.46 | 146.37 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 124 | 0 | 0.79 | 0.33 | 0.28 | 324.66 | 0.66 | 0.44 |
| Hex | B8 | 26 | 7C | 0 | 4F | 21 | 1C | 145 | 42 | 2C |
| Octal | 270 | 46 | 174 | 0 | 117 | 41 | 34 | 505 | 102 | 54 |
| Binary | 10111000 | 100110 | 1111100 | 0 | 1001111 | 100001 | 11100 | 101000101 | 1000010 | 101100 |
Color Harmonies of #B8267C
Complementary color
Monochromatic Colors of #B8267C
Black with #B8267C
Text Example
Text Example
White with #B8267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8267C; }
p { color: rgb(184,38,124); }
H1.HeaderClassName
{
color: #B8267C;
}
.AnyTagClassName
{
color: #B8267C;
}
</style>
background-color css
<style>
a { background-color: #B8267C; }
a { background-color: rgb(184,38,124); }
div.DivClassName
{
background-color: #B8267C;
}
.BgClassName
{
background-color: #B8267C;
}
</style>
border-color css
<style>
span { border-color: #B8267C; }
span { border-color: rgb(184,38,124); }
td.TdClassName
{
border-color: #B8267C;
}
.TagClassName
{
border-color: #B8267C;
}
</style>