Shades of Fuchsia #B334B8
Tints of Fuchsia #B334B8
RGB
CMYK
RGB Variations
Color information
#B334B8 (or 0xB334B8) is known color: Fuchsia. HEX triplet: B3, 34 and B8. RGB value is (179,52,184). Sum of RGB (Red+Green+Blue) = 179+52+184=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 52 (20.70% from 255 or 12.53% from 415); Blue value is 184 (72.27% from 255 or 44.34% from 415); Max value from RGB is 184 - color contains mainly: blue. Hex color #B334B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B334B8 is #4CCB47. Grayscale: #686868. Windows color (decimal): -5032776 or 12072115. OLE color: 12072115.
HSL color Cylindrical-coordinate representation of color #B334B8: hue angle of 297.73º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B334B8 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 52 | 184 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.28 |
| HSL | 297.73º | 0.56% | 0.46% | - |
| HSV(B) | 297.73º | 0.72% | 0.72% | - |
| XYZ | 28.47 | 15.5 | 46.84 | - |
| YUV | 105.02 | 172.58 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 52 | 184 | 0.03 | 0.72 | 0 | 0.28 | 297.73 | 0.56 | 0.46 |
| Hex | B3 | 34 | B8 | 3 | 48 | 0 | 1C | 12A | 38 | 2E |
| Octal | 263 | 64 | 270 | 3 | 110 | 0 | 34 | 452 | 70 | 56 |
| Binary | 10110011 | 110100 | 10111000 | 11 | 1001000 | 0 | 11100 | 100101010 | 111000 | 101110 |
Color Harmonies of #B334B8
Complementary color
Monochromatic Colors of #B334B8
Black with #B334B8
Text Example
Text Example
White with #B334B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B334B8; }
p { color: rgb(179,52,184); }
H1.HeaderClassName
{
color: #B334B8;
}
.AnyTagClassName
{
color: #B334B8;
}
</style>
background-color css
<style>
a { background-color: #B334B8; }
a { background-color: rgb(179,52,184); }
div.DivClassName
{
background-color: #B334B8;
}
.BgClassName
{
background-color: #B334B8;
}
</style>
border-color css
<style>
span { border-color: #B334B8; }
span { border-color: rgb(179,52,184); }
td.TdClassName
{
border-color: #B334B8;
}
.TagClassName
{
border-color: #B334B8;
}
</style>