Shades of Fuchsia #B04ABB
Tints of Fuchsia #B04ABB
RGB
CMYK
RGB Variations
Color information
#B04ABB (or 0xB04ABB) is known color: Fuchsia. HEX triplet: B0, 4A and BB. RGB value is (176,74,187). Sum of RGB (Red+Green+Blue) = 176+74+187=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #B04ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04ABB is #4FB544. Grayscale: #757575. Windows color (decimal): -5223749 or 12274352. OLE color: 12274352.
HSL color Cylindrical-coordinate representation of color #B04ABB: hue angle of 294.16º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B04ABB is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 74 | 187 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.27 |
| HSL | 294.16º | 0.45% | 0.51% | - |
| HSV(B) | 294.16º | 0.6% | 0.73% | - |
| XYZ | 29.32 | 17.72 | 48.89 | - |
| YUV | 117.38 | 167.29 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 74 | 187 | 0.06 | 0.60 | 0 | 0.27 | 294.16 | 0.45 | 0.51 |
| Hex | B0 | 4A | BB | 6 | 3C | 0 | 1B | 126 | 2D | 33 |
| Octal | 260 | 112 | 273 | 6 | 74 | 0 | 33 | 446 | 55 | 63 |
| Binary | 10110000 | 1001010 | 10111011 | 110 | 111100 | 0 | 11011 | 100100110 | 101101 | 110011 |
Color Harmonies of #B04ABB
Complementary color
Monochromatic Colors of #B04ABB
Black with #B04ABB
Text Example
Text Example
White with #B04ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04ABB; }
p { color: rgb(176,74,187); }
H1.HeaderClassName
{
color: #B04ABB;
}
.AnyTagClassName
{
color: #B04ABB;
}
</style>
background-color css
<style>
a { background-color: #B04ABB; }
a { background-color: rgb(176,74,187); }
div.DivClassName
{
background-color: #B04ABB;
}
.BgClassName
{
background-color: #B04ABB;
}
</style>
border-color css
<style>
span { border-color: #B04ABB; }
span { border-color: rgb(176,74,187); }
td.TdClassName
{
border-color: #B04ABB;
}
.TagClassName
{
border-color: #B04ABB;
}
</style>