Shades of Medium Red Violet #B023A8
Tints of Medium Red Violet #B023A8
RGB
CMYK
RGB Variations
Color information
#B023A8 (or 0xB023A8) is known color: Medium Red Violet. HEX triplet: B0, 23 and A8. RGB value is (176,35,168). Sum of RGB (Red+Green+Blue) = 176+35+168=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 168 (66.02% from 255 or 44.33% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B023A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B023A8 is #4FDC57. Grayscale: #5B5B5B. Windows color (decimal): -5233752 or 11019184. OLE color: 11019184.
HSL color Cylindrical-coordinate representation of color #B023A8: hue angle of 303.4º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B023A8 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 35 | 168 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.31 |
| HSL | 303.4º | 0.67% | 0.41% | - |
| HSV(B) | 303.4º | 0.8% | 0.69% | - |
| XYZ | 25.57 | 13.26 | 38.26 | - |
| YUV | 92.32 | 170.71 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 35 | 168 | 0 | 0.80 | 0.05 | 0.31 | 303.4 | 0.67 | 0.41 |
| Hex | B0 | 23 | A8 | 0 | 50 | 5 | 1F | 12F | 43 | 29 |
| Octal | 260 | 43 | 250 | 0 | 120 | 5 | 37 | 457 | 103 | 51 |
| Binary | 10110000 | 100011 | 10101000 | 0 | 1010000 | 101 | 11111 | 100101111 | 1000011 | 101001 |
Color Harmonies of #B023A8
Complementary color
Monochromatic Colors of #B023A8
Black with #B023A8
Text Example
Text Example
White with #B023A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B023A8; }
p { color: rgb(176,35,168); }
H1.HeaderClassName
{
color: #B023A8;
}
.AnyTagClassName
{
color: #B023A8;
}
</style>
background-color css
<style>
a { background-color: #B023A8; }
a { background-color: rgb(176,35,168); }
div.DivClassName
{
background-color: #B023A8;
}
.BgClassName
{
background-color: #B023A8;
}
</style>
border-color css
<style>
span { border-color: #B023A8; }
span { border-color: rgb(176,35,168); }
td.TdClassName
{
border-color: #B023A8;
}
.TagClassName
{
border-color: #B023A8;
}
</style>