Shades of Fuchsia #B33FB8
Tints of Fuchsia #B33FB8
RGB
CMYK
RGB Variations
Color information
#B33FB8 (or 0xB33FB8) is known color: Fuchsia. HEX triplet: B3, 3F and B8. RGB value is (179,63,184). Sum of RGB (Red+Green+Blue) = 179+63+184=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 63 (25% from 255 or 14.79% from 426); Blue value is 184 (72.27% from 255 or 43.19% from 426); Max value from RGB is 184 - color contains mainly: blue. Hex color #B33FB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33FB8 is #4CC047. Grayscale: #6F6F6F. Windows color (decimal): -5029960 or 12074931. OLE color: 12074931.
HSL color Cylindrical-coordinate representation of color #B33FB8: hue angle of 297.52º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B33FB8 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 63 | 184 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.28 |
| HSL | 297.52º | 0.49% | 0.48% | - |
| HSV(B) | 297.52º | 0.66% | 0.72% | - |
| XYZ | 29.02 | 16.6 | 47.02 | - |
| YUV | 111.48 | 168.93 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 63 | 184 | 0.03 | 0.66 | 0 | 0.28 | 297.52 | 0.49 | 0.48 |
| Hex | B3 | 3F | B8 | 3 | 42 | 0 | 1C | 12A | 31 | 30 |
| Octal | 263 | 77 | 270 | 3 | 102 | 0 | 34 | 452 | 61 | 60 |
| Binary | 10110011 | 111111 | 10111000 | 11 | 1000010 | 0 | 11100 | 100101010 | 110001 | 110000 |
Color Harmonies of #B33FB8
Complementary color
Monochromatic Colors of #B33FB8
Black with #B33FB8
Text Example
Text Example
White with #B33FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33FB8; }
p { color: rgb(179,63,184); }
H1.HeaderClassName
{
color: #B33FB8;
}
.AnyTagClassName
{
color: #B33FB8;
}
</style>
background-color css
<style>
a { background-color: #B33FB8; }
a { background-color: rgb(179,63,184); }
div.DivClassName
{
background-color: #B33FB8;
}
.BgClassName
{
background-color: #B33FB8;
}
</style>
border-color css
<style>
span { border-color: #B33FB8; }
span { border-color: rgb(179,63,184); }
td.TdClassName
{
border-color: #B33FB8;
}
.TagClassName
{
border-color: #B33FB8;
}
</style>