Shades of Medium Red Violet #B23272
Tints of Medium Red Violet #B23272
RGB
CMYK
RGB Variations
Color information
#B23272 (or 0xB23272) is known color: Medium Red Violet. HEX triplet: B2, 32 and 72. RGB value is (178,50,114). Sum of RGB (Red+Green+Blue) = 178+50+114=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B23272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23272 is #4DCD8D. Grayscale: #5F5F5F. Windows color (decimal): -5098894 or 7484082. OLE color: 7484082.
HSL color Cylindrical-coordinate representation of color #B23272: hue angle of 330º 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 #B23272 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 50 | 114 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.30 |
| HSL | 330º | 0.56% | 0.45% | - |
| HSV(B) | 330º | 0.72% | 0.7% | - |
| XYZ | 22.54 | 12.96 | 17.23 | - |
| YUV | 95.57 | 138.41 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 50 | 114 | 0 | 0.72 | 0.36 | 0.30 | 330 | 0.56 | 0.45 |
| Hex | B2 | 32 | 72 | 0 | 48 | 24 | 1E | 14A | 38 | 2D |
| Octal | 262 | 62 | 162 | 0 | 110 | 44 | 36 | 512 | 70 | 55 |
| Binary | 10110010 | 110010 | 1110010 | 0 | 1001000 | 100100 | 11110 | 101001010 | 111000 | 101101 |
Color Harmonies of #B23272
Complementary color
Monochromatic Colors of #B23272
Black with #B23272
Text Example
Text Example
White with #B23272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23272; }
p { color: rgb(178,50,114); }
H1.HeaderClassName
{
color: #B23272;
}
.AnyTagClassName
{
color: #B23272;
}
</style>
background-color css
<style>
a { background-color: #B23272; }
a { background-color: rgb(178,50,114); }
div.DivClassName
{
background-color: #B23272;
}
.BgClassName
{
background-color: #B23272;
}
</style>
border-color css
<style>
span { border-color: #B23272; }
span { border-color: rgb(178,50,114); }
td.TdClassName
{
border-color: #B23272;
}
.TagClassName
{
border-color: #B23272;
}
</style>