Shades of Medium Red Violet #B223AA
Tints of Medium Red Violet #B223AA
RGB
CMYK
RGB Variations
Color information
#B223AA (or 0xB223AA) is known color: Medium Red Violet. HEX triplet: B2, 23 and AA. RGB value is (178,35,170). Sum of RGB (Red+Green+Blue) = 178+35+170=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 35 (14.06% from 255 or 9.14% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B223AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B223AA is #4DDC55. Grayscale: #5C5C5C. Windows color (decimal): -5102678 or 11150258. OLE color: 11150258.
HSL color Cylindrical-coordinate representation of color #B223AA: hue angle of 303.36º 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 #B223AA is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 35 | 170 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.30 |
| HSL | 303.36º | 0.67% | 0.42% | - |
| HSV(B) | 303.36º | 0.8% | 0.7% | - |
| XYZ | 26.22 | 13.57 | 39.27 | - |
| YUV | 93.15 | 171.38 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 35 | 170 | 0 | 0.80 | 0.04 | 0.30 | 303.36 | 0.67 | 0.42 |
| Hex | B2 | 23 | AA | 0 | 50 | 4 | 1E | 12F | 43 | 2A |
| Octal | 262 | 43 | 252 | 0 | 120 | 4 | 36 | 457 | 103 | 52 |
| Binary | 10110010 | 100011 | 10101010 | 0 | 1010000 | 100 | 11110 | 100101111 | 1000011 | 101010 |
Color Harmonies of #B223AA
Complementary color
Monochromatic Colors of #B223AA
Black with #B223AA
Text Example
Text Example
White with #B223AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B223AA; }
p { color: rgb(178,35,170); }
H1.HeaderClassName
{
color: #B223AA;
}
.AnyTagClassName
{
color: #B223AA;
}
</style>
background-color css
<style>
a { background-color: #B223AA; }
a { background-color: rgb(178,35,170); }
div.DivClassName
{
background-color: #B223AA;
}
.BgClassName
{
background-color: #B223AA;
}
</style>
border-color css
<style>
span { border-color: #B223AA; }
span { border-color: rgb(178,35,170); }
td.TdClassName
{
border-color: #B223AA;
}
.TagClassName
{
border-color: #B223AA;
}
</style>