Shades of Fuchsia #B435BA
Tints of Fuchsia #B435BA
RGB
CMYK
RGB Variations
Color information
#B435BA (or 0xB435BA) is known color: Fuchsia. HEX triplet: B4, 35 and BA. RGB value is (180,53,186). Sum of RGB (Red+Green+Blue) = 180+53+186=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 53 (21.09% from 255 or 12.65% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #B435BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B435BA is #4BCA45. Grayscale: #696969. Windows color (decimal): -4966982 or 12203444. OLE color: 12203444.
HSL color Cylindrical-coordinate representation of color #B435BA: hue angle of 297.29º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B435BA is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 53 | 186 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.27 |
| HSL | 297.29º | 0.56% | 0.47% | - |
| HSV(B) | 297.29º | 0.72% | 0.73% | - |
| XYZ | 28.96 | 15.79 | 47.98 | - |
| YUV | 106.14 | 173.08 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 53 | 186 | 0.03 | 0.72 | 0 | 0.27 | 297.29 | 0.56 | 0.47 |
| Hex | B4 | 35 | BA | 3 | 48 | 0 | 1B | 129 | 38 | 2F |
| Octal | 264 | 65 | 272 | 3 | 110 | 0 | 33 | 451 | 70 | 57 |
| Binary | 10110100 | 110101 | 10111010 | 11 | 1001000 | 0 | 11011 | 100101001 | 111000 | 101111 |
Color Harmonies of #B435BA
Complementary color
Monochromatic Colors of #B435BA
Black with #B435BA
Text Example
Text Example
White with #B435BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B435BA; }
p { color: rgb(180,53,186); }
H1.HeaderClassName
{
color: #B435BA;
}
.AnyTagClassName
{
color: #B435BA;
}
</style>
background-color css
<style>
a { background-color: #B435BA; }
a { background-color: rgb(180,53,186); }
div.DivClassName
{
background-color: #B435BA;
}
.BgClassName
{
background-color: #B435BA;
}
</style>
border-color css
<style>
span { border-color: #B435BA; }
span { border-color: rgb(180,53,186); }
td.TdClassName
{
border-color: #B435BA;
}
.TagClassName
{
border-color: #B435BA;
}
</style>