Shades of Medium Red Violet #B3267C
Tints of Medium Red Violet #B3267C
RGB
CMYK
RGB Variations
Color information
#B3267C (or 0xB3267C) is known color: Medium Red Violet. HEX triplet: B3, 26 and 7C. RGB value is (179,38,124). Sum of RGB (Red+Green+Blue) = 179+38+124=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B3267C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3267C is #4CD983. Grayscale: #595959. Windows color (decimal): -5036420 or 8136371. OLE color: 8136371.
HSL color Cylindrical-coordinate representation of color #B3267C: hue angle of 323.4º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B3267C is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 38 | 124 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.30 |
| HSL | 323.4º | 0.65% | 0.43% | - |
| HSV(B) | 323.4º | 0.79% | 0.7% | - |
| XYZ | 22.92 | 12.43 | 20.26 | - |
| YUV | 89.96 | 147.21 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 38 | 124 | 0 | 0.79 | 0.31 | 0.30 | 323.4 | 0.65 | 0.43 |
| Hex | B3 | 26 | 7C | 0 | 4F | 1F | 1E | 143 | 41 | 2B |
| Octal | 263 | 46 | 174 | 0 | 117 | 37 | 36 | 503 | 101 | 53 |
| Binary | 10110011 | 100110 | 1111100 | 0 | 1001111 | 11111 | 11110 | 101000011 | 1000001 | 101011 |
Color Harmonies of #B3267C
Complementary color
Monochromatic Colors of #B3267C
Black with #B3267C
Text Example
Text Example
White with #B3267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3267C; }
p { color: rgb(179,38,124); }
H1.HeaderClassName
{
color: #B3267C;
}
.AnyTagClassName
{
color: #B3267C;
}
</style>
background-color css
<style>
a { background-color: #B3267C; }
a { background-color: rgb(179,38,124); }
div.DivClassName
{
background-color: #B3267C;
}
.BgClassName
{
background-color: #B3267C;
}
</style>
border-color css
<style>
span { border-color: #B3267C; }
span { border-color: rgb(179,38,124); }
td.TdClassName
{
border-color: #B3267C;
}
.TagClassName
{
border-color: #B3267C;
}
</style>