Shades of Violet Blue #B23FA2
Tints of Violet Blue #B23FA2
RGB
CMYK
RGB Variations
Color information
#B23FA2 (or 0xB23FA2) is known color: Violet Blue. HEX triplet: B2, 3F and A2. RGB value is (178,63,162). Sum of RGB (Red+Green+Blue) = 178+63+162=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 162 (63.67% from 255 or 40.20% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B23FA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23FA2 is #4DC05D. Grayscale: #6C6C6C. Windows color (decimal): -5095518 or 10633138. OLE color: 10633138.
HSL color Cylindrical-coordinate representation of color #B23FA2: hue angle of 308.35º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B23FA2 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 63 | 162 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.30 |
| HSL | 308.35º | 0.48% | 0.47% | - |
| HSV(B) | 308.35º | 0.65% | 0.7% | - |
| XYZ | 26.66 | 15.63 | 35.79 | - |
| YUV | 108.67 | 158.1 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 63 | 162 | 0 | 0.65 | 0.09 | 0.30 | 308.35 | 0.48 | 0.47 |
| Hex | B2 | 3F | A2 | 0 | 41 | 9 | 1E | 134 | 30 | 2F |
| Octal | 262 | 77 | 242 | 0 | 101 | 11 | 36 | 464 | 60 | 57 |
| Binary | 10110010 | 111111 | 10100010 | 0 | 1000001 | 1001 | 11110 | 100110100 | 110000 | 101111 |
Color Harmonies of #B23FA2
Complementary color
Monochromatic Colors of #B23FA2
Black with #B23FA2
Text Example
Text Example
White with #B23FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23FA2; }
p { color: rgb(178,63,162); }
H1.HeaderClassName
{
color: #B23FA2;
}
.AnyTagClassName
{
color: #B23FA2;
}
</style>
background-color css
<style>
a { background-color: #B23FA2; }
a { background-color: rgb(178,63,162); }
div.DivClassName
{
background-color: #B23FA2;
}
.BgClassName
{
background-color: #B23FA2;
}
</style>
border-color css
<style>
span { border-color: #B23FA2; }
span { border-color: rgb(178,63,162); }
td.TdClassName
{
border-color: #B23FA2;
}
.TagClassName
{
border-color: #B23FA2;
}
</style>