Shades of Fuchsia #B334A8
Tints of Fuchsia #B334A8
RGB
CMYK
RGB Variations
Color information
#B334A8 (or 0xB334A8) is known color: Fuchsia. HEX triplet: B3, 34 and A8. RGB value is (179,52,168). Sum of RGB (Red+Green+Blue) = 179+52+168=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 52 (20.70% from 255 or 13.03% from 399); Blue value is 168 (66.02% from 255 or 42.11% from 399); Max value from RGB is 179 - color contains mainly: red. Hex color #B334A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B334A8 is #4CCB57. Grayscale: #666666. Windows color (decimal): -5032792 or 11023539. OLE color: 11023539.
HSL color Cylindrical-coordinate representation of color #B334A8: hue angle of 305.2º 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 #B334A8 is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 52 | 168 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.30 |
| HSL | 305.2º | 0.55% | 0.45% | - |
| HSV(B) | 305.2º | 0.71% | 0.7% | - |
| XYZ | 26.89 | 14.87 | 38.5 | - |
| YUV | 103.2 | 164.58 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 52 | 168 | 0 | 0.71 | 0.06 | 0.30 | 305.2 | 0.55 | 0.45 |
| Hex | B3 | 34 | A8 | 0 | 47 | 6 | 1E | 131 | 37 | 2D |
| Octal | 263 | 64 | 250 | 0 | 107 | 6 | 36 | 461 | 67 | 55 |
| Binary | 10110011 | 110100 | 10101000 | 0 | 1000111 | 110 | 11110 | 100110001 | 110111 | 101101 |
Color Harmonies of #B334A8
Complementary color
Monochromatic Colors of #B334A8
Black with #B334A8
Text Example
Text Example
White with #B334A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B334A8; }
p { color: rgb(179,52,168); }
H1.HeaderClassName
{
color: #B334A8;
}
.AnyTagClassName
{
color: #B334A8;
}
</style>
background-color css
<style>
a { background-color: #B334A8; }
a { background-color: rgb(179,52,168); }
div.DivClassName
{
background-color: #B334A8;
}
.BgClassName
{
background-color: #B334A8;
}
</style>
border-color css
<style>
span { border-color: #B334A8; }
span { border-color: rgb(179,52,168); }
td.TdClassName
{
border-color: #B334A8;
}
.TagClassName
{
border-color: #B334A8;
}
</style>