Shades of Fuchsia #B452B1
Tints of Fuchsia #B452B1
RGB
CMYK
RGB Variations
Color information
#B452B1 (or 0xB452B1) is known color: Fuchsia. HEX triplet: B4, 52 and B1. RGB value is (180,82,177). Sum of RGB (Red+Green+Blue) = 180+82+177=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B452B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B452B1 is #4BAD4E. Grayscale: #797979. Windows color (decimal): -4959567 or 11621044. OLE color: 11621044.
HSL color Cylindrical-coordinate representation of color #B452B1: hue angle of 301.84º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B452B1 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 82 | 177 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.29 |
| HSL | 301.84º | 0.4% | 0.51% | - |
| HSV(B) | 301.84º | 0.54% | 0.71% | - |
| XYZ | 29.78 | 18.91 | 43.68 | - |
| YUV | 122.13 | 158.97 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 82 | 177 | 0 | 0.54 | 0.02 | 0.29 | 301.84 | 0.4 | 0.51 |
| Hex | B4 | 52 | B1 | 0 | 36 | 2 | 1D | 12E | 28 | 33 |
| Octal | 264 | 122 | 261 | 0 | 66 | 2 | 35 | 456 | 50 | 63 |
| Binary | 10110100 | 1010010 | 10110001 | 0 | 110110 | 10 | 11101 | 100101110 | 101000 | 110011 |
Color Harmonies of #B452B1
Complementary color
Monochromatic Colors of #B452B1
Black with #B452B1
Text Example
Text Example
White with #B452B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B452B1; }
p { color: rgb(180,82,177); }
H1.HeaderClassName
{
color: #B452B1;
}
.AnyTagClassName
{
color: #B452B1;
}
</style>
background-color css
<style>
a { background-color: #B452B1; }
a { background-color: rgb(180,82,177); }
div.DivClassName
{
background-color: #B452B1;
}
.BgClassName
{
background-color: #B452B1;
}
</style>
border-color css
<style>
span { border-color: #B452B1; }
span { border-color: rgb(180,82,177); }
td.TdClassName
{
border-color: #B452B1;
}
.TagClassName
{
border-color: #B452B1;
}
</style>