Shades of Fuchsia #B453BA
Tints of Fuchsia #B453BA
RGB
CMYK
RGB Variations
Color information
#B453BA (or 0xB453BA) is known color: Fuchsia. HEX triplet: B4, 53 and BA. RGB value is (180,83,186). Sum of RGB (Red+Green+Blue) = 180+83+186=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #B453BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B453BA is #4BAC45. Grayscale: #7B7B7B. Windows color (decimal): -4959302 or 12211124. OLE color: 12211124.
HSL color Cylindrical-coordinate representation of color #B453BA: hue angle of 296.5º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B453BA is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 83 | 186 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.27 |
| HSL | 296.5º | 0.43% | 0.53% | - |
| HSV(B) | 296.5º | 0.55% | 0.73% | - |
| XYZ | 30.78 | 19.43 | 48.58 | - |
| YUV | 123.75 | 163.14 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 83 | 186 | 0.03 | 0.55 | 0 | 0.27 | 296.5 | 0.43 | 0.53 |
| Hex | B4 | 53 | BA | 3 | 37 | 0 | 1B | 129 | 2B | 35 |
| Octal | 264 | 123 | 272 | 3 | 67 | 0 | 33 | 451 | 53 | 65 |
| Binary | 10110100 | 1010011 | 10111010 | 11 | 110111 | 0 | 11011 | 100101001 | 101011 | 110101 |
Color Harmonies of #B453BA
Complementary color
Monochromatic Colors of #B453BA
Black with #B453BA
Text Example
Text Example
White with #B453BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B453BA; }
p { color: rgb(180,83,186); }
H1.HeaderClassName
{
color: #B453BA;
}
.AnyTagClassName
{
color: #B453BA;
}
</style>
background-color css
<style>
a { background-color: #B453BA; }
a { background-color: rgb(180,83,186); }
div.DivClassName
{
background-color: #B453BA;
}
.BgClassName
{
background-color: #B453BA;
}
</style>
border-color css
<style>
span { border-color: #B453BA; }
span { border-color: rgb(180,83,186); }
td.TdClassName
{
border-color: #B453BA;
}
.TagClassName
{
border-color: #B453BA;
}
</style>