Shades of Fuchsia #B043AF
Tints of Fuchsia #B043AF
RGB
CMYK
RGB Variations
Color information
#B043AF (or 0xB043AF) is known color: Fuchsia. HEX triplet: B0, 43 and AF. RGB value is (176,67,175). Sum of RGB (Red+Green+Blue) = 176+67+175=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 67 (26.56% from 255 or 16.03% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B043AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B043AF is #4FBC50. Grayscale: #6F6F6F. Windows color (decimal): -5225553 or 11486128. OLE color: 11486128.
HSL color Cylindrical-coordinate representation of color #B043AF: hue angle of 300.55º 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 #B043AF is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 67 | 175 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.31 |
| HSL | 300.55º | 0.45% | 0.48% | - |
| HSV(B) | 300.55º | 0.62% | 0.69% | - |
| XYZ | 27.65 | 16.34 | 42.25 | - |
| YUV | 111.9 | 163.61 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 175 | 0 | 0.62 | 0.01 | 0.31 | 300.55 | 0.45 | 0.48 |
| Hex | B0 | 43 | AF | 0 | 3E | 1 | 1F | 12D | 2D | 30 |
| Octal | 260 | 103 | 257 | 0 | 76 | 1 | 37 | 455 | 55 | 60 |
| Binary | 10110000 | 1000011 | 10101111 | 0 | 111110 | 1 | 11111 | 100101101 | 101101 | 110000 |
Color Harmonies of #B043AF
Complementary color
Monochromatic Colors of #B043AF
Black with #B043AF
Text Example
Text Example
White with #B043AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B043AF; }
p { color: rgb(176,67,175); }
H1.HeaderClassName
{
color: #B043AF;
}
.AnyTagClassName
{
color: #B043AF;
}
</style>
background-color css
<style>
a { background-color: #B043AF; }
a { background-color: rgb(176,67,175); }
div.DivClassName
{
background-color: #B043AF;
}
.BgClassName
{
background-color: #B043AF;
}
</style>
border-color css
<style>
span { border-color: #B043AF; }
span { border-color: rgb(176,67,175); }
td.TdClassName
{
border-color: #B043AF;
}
.TagClassName
{
border-color: #B043AF;
}
</style>