Shades of Fuchsia #B23FA9
Tints of Fuchsia #B23FA9
RGB
CMYK
RGB Variations
Color information
#B23FA9 (or 0xB23FA9) is known color: Fuchsia. HEX triplet: B2, 3F and A9. RGB value is (178,63,169). Sum of RGB (Red+Green+Blue) = 178+63+169=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 169 (66.41% from 255 or 41.22% from 410); Max value from RGB is 178 - color contains mainly: red. Hex color #B23FA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23FA9 is #4DC056. Grayscale: #6D6D6D. Windows color (decimal): -5095511 or 11091890. OLE color: 11091890.
HSL color Cylindrical-coordinate representation of color #B23FA9: hue angle of 304.7º 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 #B23FA9 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 63 | 169 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.30 |
| HSL | 304.7º | 0.48% | 0.47% | - |
| HSV(B) | 304.7º | 0.65% | 0.7% | - |
| XYZ | 27.3 | 15.88 | 39.16 | - |
| YUV | 109.47 | 161.6 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 63 | 169 | 0 | 0.65 | 0.05 | 0.30 | 304.7 | 0.48 | 0.47 |
| Hex | B2 | 3F | A9 | 0 | 41 | 5 | 1E | 131 | 30 | 2F |
| Octal | 262 | 77 | 251 | 0 | 101 | 5 | 36 | 461 | 60 | 57 |
| Binary | 10110010 | 111111 | 10101001 | 0 | 1000001 | 101 | 11110 | 100110001 | 110000 | 101111 |
Color Harmonies of #B23FA9
Complementary color
Monochromatic Colors of #B23FA9
Black with #B23FA9
Text Example
Text Example
White with #B23FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23FA9; }
p { color: rgb(178,63,169); }
H1.HeaderClassName
{
color: #B23FA9;
}
.AnyTagClassName
{
color: #B23FA9;
}
</style>
background-color css
<style>
a { background-color: #B23FA9; }
a { background-color: rgb(178,63,169); }
div.DivClassName
{
background-color: #B23FA9;
}
.BgClassName
{
background-color: #B23FA9;
}
</style>
border-color css
<style>
span { border-color: #B23FA9; }
span { border-color: rgb(178,63,169); }
td.TdClassName
{
border-color: #B23FA9;
}
.TagClassName
{
border-color: #B23FA9;
}
</style>