Shades of Fuchsia #B45AAF
Tints of Fuchsia #B45AAF
RGB
CMYK
RGB Variations
Color information
#B45AAF (or 0xB45AAF) is known color: Fuchsia. HEX triplet: B4, 5A and AF. RGB value is (180,90,175). Sum of RGB (Red+Green+Blue) = 180+90+175=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B45AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45AAF is #4BA550. Grayscale: #7E7E7E. Windows color (decimal): -4957521 or 11492020. OLE color: 11492020.
HSL color Cylindrical-coordinate representation of color #B45AAF: hue angle of 303.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B45AAF is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 90 | 175 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.29 |
| HSL | 303.33º | 0.38% | 0.53% | - |
| HSV(B) | 303.33º | 0.5% | 0.71% | - |
| XYZ | 30.22 | 20.11 | 42.85 | - |
| YUV | 126.6 | 155.32 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 90 | 175 | 0 | 0.50 | 0.03 | 0.29 | 303.33 | 0.38 | 0.53 |
| Hex | B4 | 5A | AF | 0 | 32 | 3 | 1D | 12F | 26 | 35 |
| Octal | 264 | 132 | 257 | 0 | 62 | 3 | 35 | 457 | 46 | 65 |
| Binary | 10110100 | 1011010 | 10101111 | 0 | 110010 | 11 | 11101 | 100101111 | 100110 | 110101 |
Color Harmonies of #B45AAF
Complementary color
Monochromatic Colors of #B45AAF
Black with #B45AAF
Text Example
Text Example
White with #B45AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45AAF; }
p { color: rgb(180,90,175); }
H1.HeaderClassName
{
color: #B45AAF;
}
.AnyTagClassName
{
color: #B45AAF;
}
</style>
background-color css
<style>
a { background-color: #B45AAF; }
a { background-color: rgb(180,90,175); }
div.DivClassName
{
background-color: #B45AAF;
}
.BgClassName
{
background-color: #B45AAF;
}
</style>
border-color css
<style>
span { border-color: #B45AAF; }
span { border-color: rgb(180,90,175); }
td.TdClassName
{
border-color: #B45AAF;
}
.TagClassName
{
border-color: #B45AAF;
}
</style>