Shades of Fuchsia #B04AAF
Tints of Fuchsia #B04AAF
RGB
CMYK
RGB Variations
Color information
#B04AAF (or 0xB04AAF) is known color: Fuchsia. HEX triplet: B0, 4A and AF. RGB value is (176,74,175). Sum of RGB (Red+Green+Blue) = 176+74+175=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B04AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04AAF is #4FB550. Grayscale: #737373. Windows color (decimal): -5223761 or 11487920. OLE color: 11487920.
HSL color Cylindrical-coordinate representation of color #B04AAF: hue angle of 300.59º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B04AAF is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 74 | 175 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.31 |
| HSL | 300.59º | 0.41% | 0.49% | - |
| HSV(B) | 300.59º | 0.58% | 0.69% | - |
| XYZ | 28.09 | 17.22 | 42.4 | - |
| YUV | 116.01 | 161.29 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 74 | 175 | 0 | 0.58 | 0.01 | 0.31 | 300.59 | 0.41 | 0.49 |
| Hex | B0 | 4A | AF | 0 | 3A | 1 | 1F | 12D | 29 | 31 |
| Octal | 260 | 112 | 257 | 0 | 72 | 1 | 37 | 455 | 51 | 61 |
| Binary | 10110000 | 1001010 | 10101111 | 0 | 111010 | 1 | 11111 | 100101101 | 101001 | 110001 |
Color Harmonies of #B04AAF
Complementary color
Monochromatic Colors of #B04AAF
Black with #B04AAF
Text Example
Text Example
White with #B04AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04AAF; }
p { color: rgb(176,74,175); }
H1.HeaderClassName
{
color: #B04AAF;
}
.AnyTagClassName
{
color: #B04AAF;
}
</style>
background-color css
<style>
a { background-color: #B04AAF; }
a { background-color: rgb(176,74,175); }
div.DivClassName
{
background-color: #B04AAF;
}
.BgClassName
{
background-color: #B04AAF;
}
</style>
border-color css
<style>
span { border-color: #B04AAF; }
span { border-color: rgb(176,74,175); }
td.TdClassName
{
border-color: #B04AAF;
}
.TagClassName
{
border-color: #B04AAF;
}
</style>