Shades of Fuchsia #B45ABC
Tints of Fuchsia #B45ABC
RGB
CMYK
RGB Variations
Color information
#B45ABC (or 0xB45ABC) is known color: Fuchsia. HEX triplet: B4, 5A and BC. RGB value is (180,90,188). Sum of RGB (Red+Green+Blue) = 180+90+188=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #B45ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45ABC is #4BA543. Grayscale: #7F7F7F. Windows color (decimal): -4957508 or 12343988. OLE color: 12343988.
HSL color Cylindrical-coordinate representation of color #B45ABC: hue angle of 295.1º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B45ABC is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 90 | 188 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.26 |
| HSL | 295.1º | 0.42% | 0.55% | - |
| HSV(B) | 295.1º | 0.52% | 0.74% | - |
| XYZ | 31.56 | 20.65 | 49.9 | - |
| YUV | 128.08 | 161.82 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 90 | 188 | 0.04 | 0.52 | 0 | 0.26 | 295.1 | 0.42 | 0.55 |
| Hex | B4 | 5A | BC | 4 | 34 | 0 | 1A | 127 | 2A | 37 |
| Octal | 264 | 132 | 274 | 4 | 64 | 0 | 32 | 447 | 52 | 67 |
| Binary | 10110100 | 1011010 | 10111100 | 100 | 110100 | 0 | 11010 | 100100111 | 101010 | 110111 |
Color Harmonies of #B45ABC
Complementary color
Monochromatic Colors of #B45ABC
Black with #B45ABC
Text Example
Text Example
White with #B45ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45ABC; }
p { color: rgb(180,90,188); }
H1.HeaderClassName
{
color: #B45ABC;
}
.AnyTagClassName
{
color: #B45ABC;
}
</style>
background-color css
<style>
a { background-color: #B45ABC; }
a { background-color: rgb(180,90,188); }
div.DivClassName
{
background-color: #B45ABC;
}
.BgClassName
{
background-color: #B45ABC;
}
</style>
border-color css
<style>
span { border-color: #B45ABC; }
span { border-color: rgb(180,90,188); }
td.TdClassName
{
border-color: #B45ABC;
}
.TagClassName
{
border-color: #B45ABC;
}
</style>