Shades of Medium Red Violet #B2327F
Tints of Medium Red Violet #B2327F
RGB
CMYK
RGB Variations
Color information
#B2327F (or 0xB2327F) is known color: Medium Red Violet. HEX triplet: B2, 32 and 7F. RGB value is (178,50,127). Sum of RGB (Red+Green+Blue) = 178+50+127=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 50 (19.92% from 255 or 14.08% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B2327F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2327F is #4DCD80. Grayscale: #606060. Windows color (decimal): -5098881 or 8336050. OLE color: 8336050.
HSL color Cylindrical-coordinate representation of color #B2327F: hue angle of 323.91º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2327F is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 50 | 127 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.30 |
| HSL | 323.91º | 0.56% | 0.45% | - |
| HSV(B) | 323.91º | 0.72% | 0.7% | - |
| XYZ | 23.33 | 13.28 | 21.41 | - |
| YUV | 97.05 | 144.91 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 50 | 127 | 0 | 0.72 | 0.29 | 0.30 | 323.91 | 0.56 | 0.45 |
| Hex | B2 | 32 | 7F | 0 | 48 | 1D | 1E | 144 | 38 | 2D |
| Octal | 262 | 62 | 177 | 0 | 110 | 35 | 36 | 504 | 70 | 55 |
| Binary | 10110010 | 110010 | 1111111 | 0 | 1001000 | 11101 | 11110 | 101000100 | 111000 | 101101 |
Color Harmonies of #B2327F
Complementary color
Monochromatic Colors of #B2327F
Black with #B2327F
Text Example
Text Example
White with #B2327F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2327F; }
p { color: rgb(178,50,127); }
H1.HeaderClassName
{
color: #B2327F;
}
.AnyTagClassName
{
color: #B2327F;
}
</style>
background-color css
<style>
a { background-color: #B2327F; }
a { background-color: rgb(178,50,127); }
div.DivClassName
{
background-color: #B2327F;
}
.BgClassName
{
background-color: #B2327F;
}
</style>
border-color css
<style>
span { border-color: #B2327F; }
span { border-color: rgb(178,50,127); }
td.TdClassName
{
border-color: #B2327F;
}
.TagClassName
{
border-color: #B2327F;
}
</style>