Shades of Fuchsia #B043B9
Tints of Fuchsia #B043B9
RGB
CMYK
RGB Variations
Color information
#B043B9 (or 0xB043B9) is known color: Fuchsia. HEX triplet: B0, 43 and B9. RGB value is (176,67,185). Sum of RGB (Red+Green+Blue) = 176+67+185=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 67 (26.56% from 255 or 15.65% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 185 - color contains mainly: blue. Hex color #B043B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B043B9 is #4FBC46. Grayscale: #707070. Windows color (decimal): -5225543 or 12141488. OLE color: 12141488.
HSL color Cylindrical-coordinate representation of color #B043B9: hue angle of 295.42º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B043B9 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 67 | 185 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.27 |
| HSL | 295.42º | 0.47% | 0.49% | - |
| HSV(B) | 295.42º | 0.64% | 0.73% | - |
| XYZ | 28.67 | 16.75 | 47.62 | - |
| YUV | 113.04 | 168.61 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 185 | 0.05 | 0.64 | 0 | 0.27 | 295.42 | 0.47 | 0.49 |
| Hex | B0 | 43 | B9 | 5 | 40 | 0 | 1B | 127 | 2F | 31 |
| Octal | 260 | 103 | 271 | 5 | 100 | 0 | 33 | 447 | 57 | 61 |
| Binary | 10110000 | 1000011 | 10111001 | 101 | 1000000 | 0 | 11011 | 100100111 | 101111 | 110001 |
Color Harmonies of #B043B9
Complementary color
Monochromatic Colors of #B043B9
Black with #B043B9
Text Example
Text Example
White with #B043B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B043B9; }
p { color: rgb(176,67,185); }
H1.HeaderClassName
{
color: #B043B9;
}
.AnyTagClassName
{
color: #B043B9;
}
</style>
background-color css
<style>
a { background-color: #B043B9; }
a { background-color: rgb(176,67,185); }
div.DivClassName
{
background-color: #B043B9;
}
.BgClassName
{
background-color: #B043B9;
}
</style>
border-color css
<style>
span { border-color: #B043B9; }
span { border-color: rgb(176,67,185); }
td.TdClassName
{
border-color: #B043B9;
}
.TagClassName
{
border-color: #B043B9;
}
</style>