Shades of Medium Red Violet #B223AC
Tints of Medium Red Violet #B223AC
RGB
CMYK
RGB Variations
Color information
#B223AC (or 0xB223AC) is known color: Medium Red Violet. HEX triplet: B2, 23 and AC. RGB value is (178,35,172). Sum of RGB (Red+Green+Blue) = 178+35+172=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B223AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B223AC is #4DDC53. Grayscale: #5C5C5C. Windows color (decimal): -5102676 or 11281330. OLE color: 11281330.
HSL color Cylindrical-coordinate representation of color #B223AC: hue angle of 302.52º 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 #B223AC is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 35 | 172 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.30 |
| HSL | 302.52º | 0.67% | 0.42% | - |
| HSV(B) | 302.52º | 0.8% | 0.7% | - |
| XYZ | 26.41 | 13.65 | 40.27 | - |
| YUV | 93.38 | 172.38 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 35 | 172 | 0 | 0.80 | 0.03 | 0.30 | 302.52 | 0.67 | 0.42 |
| Hex | B2 | 23 | AC | 0 | 50 | 3 | 1E | 12F | 43 | 2A |
| Octal | 262 | 43 | 254 | 0 | 120 | 3 | 36 | 457 | 103 | 52 |
| Binary | 10110010 | 100011 | 10101100 | 0 | 1010000 | 11 | 11110 | 100101111 | 1000011 | 101010 |
Color Harmonies of #B223AC
Complementary color
Monochromatic Colors of #B223AC
Black with #B223AC
Text Example
Text Example
White with #B223AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B223AC; }
p { color: rgb(178,35,172); }
H1.HeaderClassName
{
color: #B223AC;
}
.AnyTagClassName
{
color: #B223AC;
}
</style>
background-color css
<style>
a { background-color: #B223AC; }
a { background-color: rgb(178,35,172); }
div.DivClassName
{
background-color: #B223AC;
}
.BgClassName
{
background-color: #B223AC;
}
</style>
border-color css
<style>
span { border-color: #B223AC; }
span { border-color: rgb(178,35,172); }
td.TdClassName
{
border-color: #B223AC;
}
.TagClassName
{
border-color: #B223AC;
}
</style>