Shades of Fuchsia #B453B1
Tints of Fuchsia #B453B1
RGB
CMYK
RGB Variations
Color information
#B453B1 (or 0xB453B1) is known color: Fuchsia. HEX triplet: B4, 53 and B1. RGB value is (180,83,177). Sum of RGB (Red+Green+Blue) = 180+83+177=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 177 (69.53% from 255 or 40.23% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B453B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B453B1 is #4BAC4E. Grayscale: #7A7A7A. Windows color (decimal): -4959311 or 11621300. OLE color: 11621300.
HSL color Cylindrical-coordinate representation of color #B453B1: hue angle of 301.86º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B453B1 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 83 | 177 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.29 |
| HSL | 301.86º | 0.39% | 0.52% | - |
| HSV(B) | 301.86º | 0.54% | 0.71% | - |
| XYZ | 29.85 | 19.06 | 43.7 | - |
| YUV | 122.72 | 158.64 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 83 | 177 | 0 | 0.54 | 0.02 | 0.29 | 301.86 | 0.39 | 0.52 |
| Hex | B4 | 53 | B1 | 0 | 36 | 2 | 1D | 12E | 27 | 34 |
| Octal | 264 | 123 | 261 | 0 | 66 | 2 | 35 | 456 | 47 | 64 |
| Binary | 10110100 | 1010011 | 10110001 | 0 | 110110 | 10 | 11101 | 100101110 | 100111 | 110100 |
Color Harmonies of #B453B1
Complementary color
Monochromatic Colors of #B453B1
Black with #B453B1
Text Example
Text Example
White with #B453B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B453B1; }
p { color: rgb(180,83,177); }
H1.HeaderClassName
{
color: #B453B1;
}
.AnyTagClassName
{
color: #B453B1;
}
</style>
background-color css
<style>
a { background-color: #B453B1; }
a { background-color: rgb(180,83,177); }
div.DivClassName
{
background-color: #B453B1;
}
.BgClassName
{
background-color: #B453B1;
}
</style>
border-color css
<style>
span { border-color: #B453B1; }
span { border-color: rgb(180,83,177); }
td.TdClassName
{
border-color: #B453B1;
}
.TagClassName
{
border-color: #B453B1;
}
</style>