Shades of Fuchsia #B43BB7
Tints of Fuchsia #B43BB7
RGB
CMYK
RGB Variations
Color information
#B43BB7 (or 0xB43BB7) is known color: Fuchsia. HEX triplet: B4, 3B and B7. RGB value is (180,59,183). Sum of RGB (Red+Green+Blue) = 180+59+183=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 59 (23.44% from 255 or 13.98% from 422); Blue value is 183 (71.88% from 255 or 43.36% from 422); Max value from RGB is 183 - color contains mainly: blue. Hex color #B43BB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43BB7 is #4BC448. Grayscale: #6C6C6C. Windows color (decimal): -4965449 or 12008372. OLE color: 12008372.
HSL color Cylindrical-coordinate representation of color #B43BB7: hue angle of 298.55º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B43BB7 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 180 | 59 | 183 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.28 |
| HSL | 298.55º | 0.51% | 0.47% | - |
| HSV(B) | 298.55º | 0.68% | 0.72% | - |
| XYZ | 28.93 | 16.25 | 46.41 | - |
| YUV | 109.32 | 169.59 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 59 | 183 | 0.02 | 0.68 | 0 | 0.28 | 298.55 | 0.51 | 0.47 |
| Hex | B4 | 3B | B7 | 2 | 44 | 0 | 1C | 12B | 33 | 2F |
| Octal | 264 | 73 | 267 | 2 | 104 | 0 | 34 | 453 | 63 | 57 |
| Binary | 10110100 | 111011 | 10110111 | 10 | 1000100 | 0 | 11100 | 100101011 | 110011 | 101111 |
Color Harmonies of #B43BB7
Complementary color
Monochromatic Colors of #B43BB7
Black with #B43BB7
Text Example
Text Example
White with #B43BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43BB7; }
p { color: rgb(180,59,183); }
H1.HeaderClassName
{
color: #B43BB7;
}
.AnyTagClassName
{
color: #B43BB7;
}
</style>
background-color css
<style>
a { background-color: #B43BB7; }
a { background-color: rgb(180,59,183); }
div.DivClassName
{
background-color: #B43BB7;
}
.BgClassName
{
background-color: #B43BB7;
}
</style>
border-color css
<style>
span { border-color: #B43BB7; }
span { border-color: rgb(180,59,183); }
td.TdClassName
{
border-color: #B43BB7;
}
.TagClassName
{
border-color: #B43BB7;
}
</style>