Shades of Fuchsia #B43EC3
Tints of Fuchsia #B43EC3
RGB
CMYK
RGB Variations
Color information
#B43EC3 (or 0xB43EC3) is known color: Fuchsia. HEX triplet: B4, 3E and C3. RGB value is (180,62,195). Sum of RGB (Red+Green+Blue) = 180+62+195=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 62 (24.61% from 255 or 14.19% from 437); Blue value is 195 (76.56% from 255 or 44.62% from 437); Max value from RGB is 195 - color contains mainly: blue. Hex color #B43EC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43EC3 is #4BC13C. Grayscale: #707070. Windows color (decimal): -4964669 or 12795572. OLE color: 12795572.
HSL color Cylindrical-coordinate representation of color #B43EC3: hue angle of 293.23º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B43EC3 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 62 | 195 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.24 |
| HSL | 293.23º | 0.53% | 0.5% | - |
| HSV(B) | 293.23º | 0.68% | 0.76% | - |
| XYZ | 30.4 | 17.09 | 53.33 | - |
| YUV | 112.44 | 174.59 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 62 | 195 | 0.08 | 0.68 | 0 | 0.24 | 293.23 | 0.53 | 0.5 |
| Hex | B4 | 3E | C3 | 8 | 44 | 0 | 18 | 125 | 35 | 32 |
| Octal | 264 | 76 | 303 | 10 | 104 | 0 | 30 | 445 | 65 | 62 |
| Binary | 10110100 | 111110 | 11000011 | 1000 | 1000100 | 0 | 11000 | 100100101 | 110101 | 110010 |
Color Harmonies of #B43EC3
Complementary color
Monochromatic Colors of #B43EC3
Black with #B43EC3
Text Example
Text Example
White with #B43EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43EC3; }
p { color: rgb(180,62,195); }
H1.HeaderClassName
{
color: #B43EC3;
}
.AnyTagClassName
{
color: #B43EC3;
}
</style>
background-color css
<style>
a { background-color: #B43EC3; }
a { background-color: rgb(180,62,195); }
div.DivClassName
{
background-color: #B43EC3;
}
.BgClassName
{
background-color: #B43EC3;
}
</style>
border-color css
<style>
span { border-color: #B43EC3; }
span { border-color: rgb(180,62,195); }
td.TdClassName
{
border-color: #B43EC3;
}
.TagClassName
{
border-color: #B43EC3;
}
</style>