Shades of Medium Red Violet #B2327B
Tints of Medium Red Violet #B2327B
RGB
CMYK
RGB Variations
Color information
#B2327B (or 0xB2327B) is known color: Medium Red Violet. HEX triplet: B2, 32 and 7B. RGB value is (178,50,123). Sum of RGB (Red+Green+Blue) = 178+50+123=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B2327B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2327B is #4DCD84. Grayscale: #606060. Windows color (decimal): -5098885 or 8073906. OLE color: 8073906.
HSL color Cylindrical-coordinate representation of color #B2327B: hue angle of 325.78º 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 #B2327B is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 50 | 123 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.30 |
| HSL | 325.78º | 0.56% | 0.45% | - |
| HSV(B) | 325.78º | 0.72% | 0.7% | - |
| XYZ | 23.08 | 13.18 | 20.07 | - |
| YUV | 96.59 | 142.91 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 50 | 123 | 0 | 0.72 | 0.31 | 0.30 | 325.78 | 0.56 | 0.45 |
| Hex | B2 | 32 | 7B | 0 | 48 | 1F | 1E | 146 | 38 | 2D |
| Octal | 262 | 62 | 173 | 0 | 110 | 37 | 36 | 506 | 70 | 55 |
| Binary | 10110010 | 110010 | 1111011 | 0 | 1001000 | 11111 | 11110 | 101000110 | 111000 | 101101 |
Color Harmonies of #B2327B
Complementary color
Monochromatic Colors of #B2327B
Black with #B2327B
Text Example
Text Example
White with #B2327B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2327B; }
p { color: rgb(178,50,123); }
H1.HeaderClassName
{
color: #B2327B;
}
.AnyTagClassName
{
color: #B2327B;
}
</style>
background-color css
<style>
a { background-color: #B2327B; }
a { background-color: rgb(178,50,123); }
div.DivClassName
{
background-color: #B2327B;
}
.BgClassName
{
background-color: #B2327B;
}
</style>
border-color css
<style>
span { border-color: #B2327B; }
span { border-color: rgb(178,50,123); }
td.TdClassName
{
border-color: #B2327B;
}
.TagClassName
{
border-color: #B2327B;
}
</style>