Shades of Medium Red Violet #B2327E
Tints of Medium Red Violet #B2327E
RGB
CMYK
RGB Variations
Color information
#B2327E (or 0xB2327E) is known color: Medium Red Violet. HEX triplet: B2, 32 and 7E. RGB value is (178,50,126). Sum of RGB (Red+Green+Blue) = 178+50+126=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B2327E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2327E is #4DCD81. Grayscale: #606060. Windows color (decimal): -5098882 or 8270514. OLE color: 8270514.
HSL color Cylindrical-coordinate representation of color #B2327E: hue angle of 324.38º 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 #B2327E is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 50 | 126 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.30 |
| HSL | 324.38º | 0.56% | 0.45% | - |
| HSV(B) | 324.38º | 0.72% | 0.7% | - |
| XYZ | 23.27 | 13.25 | 21.07 | - |
| YUV | 96.94 | 144.41 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 50 | 126 | 0 | 0.72 | 0.29 | 0.30 | 324.38 | 0.56 | 0.45 |
| Hex | B2 | 32 | 7E | 0 | 48 | 1D | 1E | 144 | 38 | 2D |
| Octal | 262 | 62 | 176 | 0 | 110 | 35 | 36 | 504 | 70 | 55 |
| Binary | 10110010 | 110010 | 1111110 | 0 | 1001000 | 11101 | 11110 | 101000100 | 111000 | 101101 |
Color Harmonies of #B2327E
Complementary color
Monochromatic Colors of #B2327E
Black with #B2327E
Text Example
Text Example
White with #B2327E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2327E; }
p { color: rgb(178,50,126); }
H1.HeaderClassName
{
color: #B2327E;
}
.AnyTagClassName
{
color: #B2327E;
}
</style>
background-color css
<style>
a { background-color: #B2327E; }
a { background-color: rgb(178,50,126); }
div.DivClassName
{
background-color: #B2327E;
}
.BgClassName
{
background-color: #B2327E;
}
</style>
border-color css
<style>
span { border-color: #B2327E; }
span { border-color: rgb(178,50,126); }
td.TdClassName
{
border-color: #B2327E;
}
.TagClassName
{
border-color: #B2327E;
}
</style>