Shades of Fuchsia #B453B2
Tints of Fuchsia #B453B2
RGB
CMYK
RGB Variations
Color information
#B453B2 (or 0xB453B2) is known color: Fuchsia. HEX triplet: B4, 53 and B2. RGB value is (180,83,178). Sum of RGB (Red+Green+Blue) = 180+83+178=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 83 (32.81% from 255 or 18.82% from 441); Blue value is 178 (69.92% from 255 or 40.36% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B453B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B453B2 is #4BAC4D. Grayscale: #7A7A7A. Windows color (decimal): -4959310 or 11686836. OLE color: 11686836.
HSL color Cylindrical-coordinate representation of color #B453B2: hue angle of 301.24º 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 #B453B2 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 83 | 178 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.29 |
| HSL | 301.24º | 0.39% | 0.52% | - |
| HSV(B) | 301.24º | 0.54% | 0.71% | - |
| XYZ | 29.95 | 19.1 | 44.23 | - |
| YUV | 122.83 | 159.14 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 83 | 178 | 0 | 0.54 | 0.01 | 0.29 | 301.24 | 0.39 | 0.52 |
| Hex | B4 | 53 | B2 | 0 | 36 | 1 | 1D | 12D | 27 | 34 |
| Octal | 264 | 123 | 262 | 0 | 66 | 1 | 35 | 455 | 47 | 64 |
| Binary | 10110100 | 1010011 | 10110010 | 0 | 110110 | 1 | 11101 | 100101101 | 100111 | 110100 |
Color Harmonies of #B453B2
Complementary color
Monochromatic Colors of #B453B2
Black with #B453B2
Text Example
Text Example
White with #B453B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B453B2; }
p { color: rgb(180,83,178); }
H1.HeaderClassName
{
color: #B453B2;
}
.AnyTagClassName
{
color: #B453B2;
}
</style>
background-color css
<style>
a { background-color: #B453B2; }
a { background-color: rgb(180,83,178); }
div.DivClassName
{
background-color: #B453B2;
}
.BgClassName
{
background-color: #B453B2;
}
</style>
border-color css
<style>
span { border-color: #B453B2; }
span { border-color: rgb(180,83,178); }
td.TdClassName
{
border-color: #B453B2;
}
.TagClassName
{
border-color: #B453B2;
}
</style>