Shades of Medium Red Violet #B2267B
Tints of Medium Red Violet #B2267B
RGB
CMYK
RGB Variations
Color information
#B2267B (or 0xB2267B) is known color: Medium Red Violet. HEX triplet: B2, 26 and 7B. RGB value is (178,38,123). Sum of RGB (Red+Green+Blue) = 178+38+123=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B2267B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2267B is #4DD984. Grayscale: #595959. Windows color (decimal): -5101957 or 8070834. OLE color: 8070834.
HSL color Cylindrical-coordinate representation of color #B2267B: hue angle of 323.57º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B2267B is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 38 | 123 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.30 |
| HSL | 323.57º | 0.65% | 0.42% | - |
| HSV(B) | 323.57º | 0.79% | 0.7% | - |
| XYZ | 22.63 | 12.28 | 19.92 | - |
| YUV | 89.55 | 146.88 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 38 | 123 | 0 | 0.79 | 0.31 | 0.30 | 323.57 | 0.65 | 0.42 |
| Hex | B2 | 26 | 7B | 0 | 4F | 1F | 1E | 144 | 41 | 2A |
| Octal | 262 | 46 | 173 | 0 | 117 | 37 | 36 | 504 | 101 | 52 |
| Binary | 10110010 | 100110 | 1111011 | 0 | 1001111 | 11111 | 11110 | 101000100 | 1000001 | 101010 |
Color Harmonies of #B2267B
Complementary color
Monochromatic Colors of #B2267B
Black with #B2267B
Text Example
Text Example
White with #B2267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2267B; }
p { color: rgb(178,38,123); }
H1.HeaderClassName
{
color: #B2267B;
}
.AnyTagClassName
{
color: #B2267B;
}
</style>
background-color css
<style>
a { background-color: #B2267B; }
a { background-color: rgb(178,38,123); }
div.DivClassName
{
background-color: #B2267B;
}
.BgClassName
{
background-color: #B2267B;
}
</style>
border-color css
<style>
span { border-color: #B2267B; }
span { border-color: rgb(178,38,123); }
td.TdClassName
{
border-color: #B2267B;
}
.TagClassName
{
border-color: #B2267B;
}
</style>