Shades of Fuchsia #B45AB1
Tints of Fuchsia #B45AB1
RGB
CMYK
RGB Variations
Color information
#B45AB1 (or 0xB45AB1) is known color: Fuchsia. HEX triplet: B4, 5A and B1. RGB value is (180,90,177). Sum of RGB (Red+Green+Blue) = 180+90+177=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 177 (69.53% from 255 or 39.60% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B45AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45AB1 is #4BA54E. Grayscale: #7E7E7E. Windows color (decimal): -4957519 or 11623092. OLE color: 11623092.
HSL color Cylindrical-coordinate representation of color #B45AB1: hue angle of 302º 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 #B45AB1 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 90 | 177 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.29 |
| HSL | 302º | 0.38% | 0.53% | - |
| HSV(B) | 302º | 0.5% | 0.71% | - |
| XYZ | 30.41 | 20.19 | 43.89 | - |
| YUV | 126.83 | 156.32 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 90 | 177 | 0 | 0.50 | 0.02 | 0.29 | 302 | 0.38 | 0.53 |
| Hex | B4 | 5A | B1 | 0 | 32 | 2 | 1D | 12E | 26 | 35 |
| Octal | 264 | 132 | 261 | 0 | 62 | 2 | 35 | 456 | 46 | 65 |
| Binary | 10110100 | 1011010 | 10110001 | 0 | 110010 | 10 | 11101 | 100101110 | 100110 | 110101 |
Color Harmonies of #B45AB1
Complementary color
Monochromatic Colors of #B45AB1
Black with #B45AB1
Text Example
Text Example
White with #B45AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45AB1; }
p { color: rgb(180,90,177); }
H1.HeaderClassName
{
color: #B45AB1;
}
.AnyTagClassName
{
color: #B45AB1;
}
</style>
background-color css
<style>
a { background-color: #B45AB1; }
a { background-color: rgb(180,90,177); }
div.DivClassName
{
background-color: #B45AB1;
}
.BgClassName
{
background-color: #B45AB1;
}
</style>
border-color css
<style>
span { border-color: #B45AB1; }
span { border-color: rgb(180,90,177); }
td.TdClassName
{
border-color: #B45AB1;
}
.TagClassName
{
border-color: #B45AB1;
}
</style>