Shades of Fuchsia #B043AD
Tints of Fuchsia #B043AD
RGB
CMYK
RGB Variations
Color information
#B043AD (or 0xB043AD) is known color: Fuchsia. HEX triplet: B0, 43 and AD. RGB value is (176,67,173). Sum of RGB (Red+Green+Blue) = 176+67+173=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 67 (26.56% from 255 or 16.11% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B043AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B043AD is #4FBC52. Grayscale: #6F6F6F. Windows color (decimal): -5225555 or 11355056. OLE color: 11355056.
HSL color Cylindrical-coordinate representation of color #B043AD: hue angle of 301.65º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B043AD is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 67 | 173 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.31 |
| HSL | 301.65º | 0.45% | 0.48% | - |
| HSV(B) | 301.65º | 0.62% | 0.69% | - |
| XYZ | 27.45 | 16.26 | 41.23 | - |
| YUV | 111.68 | 162.61 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 173 | 0 | 0.62 | 0.02 | 0.31 | 301.65 | 0.45 | 0.48 |
| Hex | B0 | 43 | AD | 0 | 3E | 2 | 1F | 12E | 2D | 30 |
| Octal | 260 | 103 | 255 | 0 | 76 | 2 | 37 | 456 | 55 | 60 |
| Binary | 10110000 | 1000011 | 10101101 | 0 | 111110 | 10 | 11111 | 100101110 | 101101 | 110000 |
Color Harmonies of #B043AD
Complementary color
Monochromatic Colors of #B043AD
Black with #B043AD
Text Example
Text Example
White with #B043AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B043AD; }
p { color: rgb(176,67,173); }
H1.HeaderClassName
{
color: #B043AD;
}
.AnyTagClassName
{
color: #B043AD;
}
</style>
background-color css
<style>
a { background-color: #B043AD; }
a { background-color: rgb(176,67,173); }
div.DivClassName
{
background-color: #B043AD;
}
.BgClassName
{
background-color: #B043AD;
}
</style>
border-color css
<style>
span { border-color: #B043AD; }
span { border-color: rgb(176,67,173); }
td.TdClassName
{
border-color: #B043AD;
}
.TagClassName
{
border-color: #B043AD;
}
</style>