Shades of Fuchsia #B43FBD
Tints of Fuchsia #B43FBD
RGB
CMYK
RGB Variations
Color information
#B43FBD (or 0xB43FBD) is known color: Fuchsia. HEX triplet: B4, 3F and BD. RGB value is (180,63,189). Sum of RGB (Red+Green+Blue) = 180+63+189=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 63 (25% from 255 or 14.58% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #B43FBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43FBD is #4BC042. Grayscale: #6F6F6F. Windows color (decimal): -4964419 or 12402612. OLE color: 12402612.
HSL color Cylindrical-coordinate representation of color #B43FBD: hue angle of 295.71º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B43FBD is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 63 | 189 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.26 |
| HSL | 295.71º | 0.5% | 0.49% | - |
| HSV(B) | 295.71º | 0.67% | 0.74% | - |
| XYZ | 29.79 | 16.93 | 49.84 | - |
| YUV | 112.35 | 171.26 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 63 | 189 | 0.05 | 0.67 | 0 | 0.26 | 295.71 | 0.5 | 0.49 |
| Hex | B4 | 3F | BD | 5 | 43 | 0 | 1A | 128 | 32 | 31 |
| Octal | 264 | 77 | 275 | 5 | 103 | 0 | 32 | 450 | 62 | 61 |
| Binary | 10110100 | 111111 | 10111101 | 101 | 1000011 | 0 | 11010 | 100101000 | 110010 | 110001 |
Color Harmonies of #B43FBD
Complementary color
Monochromatic Colors of #B43FBD
Black with #B43FBD
Text Example
Text Example
White with #B43FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43FBD; }
p { color: rgb(180,63,189); }
H1.HeaderClassName
{
color: #B43FBD;
}
.AnyTagClassName
{
color: #B43FBD;
}
</style>
background-color css
<style>
a { background-color: #B43FBD; }
a { background-color: rgb(180,63,189); }
div.DivClassName
{
background-color: #B43FBD;
}
.BgClassName
{
background-color: #B43FBD;
}
</style>
border-color css
<style>
span { border-color: #B43FBD; }
span { border-color: rgb(180,63,189); }
td.TdClassName
{
border-color: #B43FBD;
}
.TagClassName
{
border-color: #B43FBD;
}
</style>