Shades of Fuchsia #B43FB2
Tints of Fuchsia #B43FB2
RGB
CMYK
RGB Variations
Color information
#B43FB2 (or 0xB43FB2) is known color: Fuchsia. HEX triplet: B4, 3F and B2. RGB value is (180,63,178). Sum of RGB (Red+Green+Blue) = 180+63+178=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 63 (25% from 255 or 14.96% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B43FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43FB2 is #4BC04D. Grayscale: #6E6E6E. Windows color (decimal): -4964430 or 11681716. OLE color: 11681716.
HSL color Cylindrical-coordinate representation of color #B43FB2: hue angle of 301.03º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B43FB2 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 63 | 178 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.29 |
| HSL | 301.03º | 0.48% | 0.48% | - |
| HSV(B) | 301.03º | 0.65% | 0.71% | - |
| XYZ | 28.64 | 16.47 | 43.79 | - |
| YUV | 111.09 | 165.76 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 63 | 178 | 0 | 0.65 | 0.01 | 0.29 | 301.03 | 0.48 | 0.48 |
| Hex | B4 | 3F | B2 | 0 | 41 | 1 | 1D | 12D | 30 | 30 |
| Octal | 264 | 77 | 262 | 0 | 101 | 1 | 35 | 455 | 60 | 60 |
| Binary | 10110100 | 111111 | 10110010 | 0 | 1000001 | 1 | 11101 | 100101101 | 110000 | 110000 |
Color Harmonies of #B43FB2
Complementary color
Monochromatic Colors of #B43FB2
Black with #B43FB2
Text Example
Text Example
White with #B43FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43FB2; }
p { color: rgb(180,63,178); }
H1.HeaderClassName
{
color: #B43FB2;
}
.AnyTagClassName
{
color: #B43FB2;
}
</style>
background-color css
<style>
a { background-color: #B43FB2; }
a { background-color: rgb(180,63,178); }
div.DivClassName
{
background-color: #B43FB2;
}
.BgClassName
{
background-color: #B43FB2;
}
</style>
border-color css
<style>
span { border-color: #B43FB2; }
span { border-color: rgb(180,63,178); }
td.TdClassName
{
border-color: #B43FB2;
}
.TagClassName
{
border-color: #B43FB2;
}
</style>