Shades of Fuchsia #B234A9
Tints of Fuchsia #B234A9
RGB
CMYK
RGB Variations
Color information
#B234A9 (or 0xB234A9) is known color: Fuchsia. HEX triplet: B2, 34 and A9. RGB value is (178,52,169). Sum of RGB (Red+Green+Blue) = 178+52+169=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 52 (20.70% from 255 or 13.03% from 399); Blue value is 169 (66.41% from 255 or 42.36% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B234A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B234A9 is #4DCB56. Grayscale: #666666. Windows color (decimal): -5098327 or 11089074. OLE color: 11089074.
HSL color Cylindrical-coordinate representation of color #B234A9: hue angle of 304.29º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B234A9 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 52 | 169 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.30 |
| HSL | 304.29º | 0.55% | 0.45% | - |
| HSV(B) | 304.29º | 0.71% | 0.7% | - |
| XYZ | 26.75 | 14.79 | 38.98 | - |
| YUV | 103.01 | 165.24 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 52 | 169 | 0 | 0.71 | 0.05 | 0.30 | 304.29 | 0.55 | 0.45 |
| Hex | B2 | 34 | A9 | 0 | 47 | 5 | 1E | 130 | 37 | 2D |
| Octal | 262 | 64 | 251 | 0 | 107 | 5 | 36 | 460 | 67 | 55 |
| Binary | 10110010 | 110100 | 10101001 | 0 | 1000111 | 101 | 11110 | 100110000 | 110111 | 101101 |
Color Harmonies of #B234A9
Complementary color
Monochromatic Colors of #B234A9
Black with #B234A9
Text Example
Text Example
White with #B234A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B234A9; }
p { color: rgb(178,52,169); }
H1.HeaderClassName
{
color: #B234A9;
}
.AnyTagClassName
{
color: #B234A9;
}
</style>
background-color css
<style>
a { background-color: #B234A9; }
a { background-color: rgb(178,52,169); }
div.DivClassName
{
background-color: #B234A9;
}
.BgClassName
{
background-color: #B234A9;
}
</style>
border-color css
<style>
span { border-color: #B234A9; }
span { border-color: rgb(178,52,169); }
td.TdClassName
{
border-color: #B234A9;
}
.TagClassName
{
border-color: #B234A9;
}
</style>