Shades of Fuchsia #B43DB8
Tints of Fuchsia #B43DB8
RGB
CMYK
RGB Variations
Color information
#B43DB8 (or 0xB43DB8) is known color: Fuchsia. HEX triplet: B4, 3D and B8. RGB value is (180,61,184). Sum of RGB (Red+Green+Blue) = 180+61+184=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 61 (24.22% from 255 or 14.35% from 425); Blue value is 184 (72.27% from 255 or 43.29% from 425); Max value from RGB is 184 - color contains mainly: blue. Hex color #B43DB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43DB8 is #4BC247. Grayscale: #6E6E6E. Windows color (decimal): -4964936 or 12074420. OLE color: 12074420.
HSL color Cylindrical-coordinate representation of color #B43DB8: hue angle of 298.05º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B43DB8 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 180 | 61 | 184 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.28 |
| HSL | 298.05º | 0.5% | 0.48% | - |
| HSV(B) | 298.05º | 0.67% | 0.72% | - |
| XYZ | 29.14 | 16.5 | 47 | - |
| YUV | 110.6 | 169.42 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 61 | 184 | 0.02 | 0.67 | 0 | 0.28 | 298.05 | 0.5 | 0.48 |
| Hex | B4 | 3D | B8 | 2 | 43 | 0 | 1C | 12A | 32 | 30 |
| Octal | 264 | 75 | 270 | 2 | 103 | 0 | 34 | 452 | 62 | 60 |
| Binary | 10110100 | 111101 | 10111000 | 10 | 1000011 | 0 | 11100 | 100101010 | 110010 | 110000 |
Color Harmonies of #B43DB8
Complementary color
Monochromatic Colors of #B43DB8
Black with #B43DB8
Text Example
Text Example
White with #B43DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43DB8; }
p { color: rgb(180,61,184); }
H1.HeaderClassName
{
color: #B43DB8;
}
.AnyTagClassName
{
color: #B43DB8;
}
</style>
background-color css
<style>
a { background-color: #B43DB8; }
a { background-color: rgb(180,61,184); }
div.DivClassName
{
background-color: #B43DB8;
}
.BgClassName
{
background-color: #B43DB8;
}
</style>
border-color css
<style>
span { border-color: #B43DB8; }
span { border-color: rgb(180,61,184); }
td.TdClassName
{
border-color: #B43DB8;
}
.TagClassName
{
border-color: #B43DB8;
}
</style>