Shades of Medium Red Violet #B223A4
Tints of Medium Red Violet #B223A4
RGB
CMYK
RGB Variations
Color information
#B223A4 (or 0xB223A4) is known color: Medium Red Violet. HEX triplet: B2, 23 and A4. RGB value is (178,35,164). Sum of RGB (Red+Green+Blue) = 178+35+164=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 35 (14.06% from 255 or 9.28% from 377); Blue value is 164 (64.45% from 255 or 43.50% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B223A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B223A4 is #4DDC5B. Grayscale: #5C5C5C. Windows color (decimal): -5102684 or 10757042. OLE color: 10757042.
HSL color Cylindrical-coordinate representation of color #B223A4: hue angle of 305.87º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B223A4 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 35 | 164 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.30 |
| HSL | 305.87º | 0.67% | 0.42% | - |
| HSV(B) | 305.87º | 0.8% | 0.7% | - |
| XYZ | 25.66 | 13.35 | 36.35 | - |
| YUV | 92.46 | 168.38 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 35 | 164 | 0 | 0.80 | 0.08 | 0.30 | 305.87 | 0.67 | 0.42 |
| Hex | B2 | 23 | A4 | 0 | 50 | 8 | 1E | 132 | 43 | 2A |
| Octal | 262 | 43 | 244 | 0 | 120 | 10 | 36 | 462 | 103 | 52 |
| Binary | 10110010 | 100011 | 10100100 | 0 | 1010000 | 1000 | 11110 | 100110010 | 1000011 | 101010 |
Color Harmonies of #B223A4
Complementary color
Monochromatic Colors of #B223A4
Black with #B223A4
Text Example
Text Example
White with #B223A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B223A4; }
p { color: rgb(178,35,164); }
H1.HeaderClassName
{
color: #B223A4;
}
.AnyTagClassName
{
color: #B223A4;
}
</style>
background-color css
<style>
a { background-color: #B223A4; }
a { background-color: rgb(178,35,164); }
div.DivClassName
{
background-color: #B223A4;
}
.BgClassName
{
background-color: #B223A4;
}
</style>
border-color css
<style>
span { border-color: #B223A4; }
span { border-color: rgb(178,35,164); }
td.TdClassName
{
border-color: #B223A4;
}
.TagClassName
{
border-color: #B223A4;
}
</style>