Shades of Fuchsia #B043BD
Tints of Fuchsia #B043BD
RGB
CMYK
RGB Variations
Color information
#B043BD (or 0xB043BD) is known color: Fuchsia. HEX triplet: B0, 43 and BD. RGB value is (176,67,189). Sum of RGB (Red+Green+Blue) = 176+67+189=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 67 (26.56% from 255 or 15.51% 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 #B043BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B043BD is #4FBC42. Grayscale: #717171. Windows color (decimal): -5225539 or 12403632. OLE color: 12403632.
HSL color Cylindrical-coordinate representation of color #B043BD: hue angle of 293.61º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B043BD is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 67 | 189 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.26 |
| HSL | 293.61º | 0.48% | 0.5% | - |
| HSV(B) | 293.61º | 0.65% | 0.74% | - |
| XYZ | 29.1 | 16.92 | 49.88 | - |
| YUV | 113.5 | 170.61 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 189 | 0.07 | 0.65 | 0 | 0.26 | 293.61 | 0.48 | 0.5 |
| Hex | B0 | 43 | BD | 7 | 41 | 0 | 1A | 126 | 30 | 32 |
| Octal | 260 | 103 | 275 | 7 | 101 | 0 | 32 | 446 | 60 | 62 |
| Binary | 10110000 | 1000011 | 10111101 | 111 | 1000001 | 0 | 11010 | 100100110 | 110000 | 110010 |
Color Harmonies of #B043BD
Complementary color
Monochromatic Colors of #B043BD
Black with #B043BD
Text Example
Text Example
White with #B043BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B043BD; }
p { color: rgb(176,67,189); }
H1.HeaderClassName
{
color: #B043BD;
}
.AnyTagClassName
{
color: #B043BD;
}
</style>
background-color css
<style>
a { background-color: #B043BD; }
a { background-color: rgb(176,67,189); }
div.DivClassName
{
background-color: #B043BD;
}
.BgClassName
{
background-color: #B043BD;
}
</style>
border-color css
<style>
span { border-color: #B043BD; }
span { border-color: rgb(176,67,189); }
td.TdClassName
{
border-color: #B043BD;
}
.TagClassName
{
border-color: #B043BD;
}
</style>