Shades of Fuchsia #B02AAC
Tints of Fuchsia #B02AAC
RGB
CMYK
RGB Variations
Color information
#B02AAC (or 0xB02AAC) is known color: Fuchsia. HEX triplet: B0, 2A and AC. RGB value is (176,42,172). Sum of RGB (Red+Green+Blue) = 176+42+172=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 42 (16.80% from 255 or 10.77% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B02AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02AAC is #4FD553. Grayscale: #606060. Windows color (decimal): -5231956 or 11283120. OLE color: 11283120.
HSL color Cylindrical-coordinate representation of color #B02AAC: hue angle of 301.79º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B02AAC is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 42 | 172 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.31 |
| HSL | 301.79º | 0.61% | 0.43% | - |
| HSV(B) | 301.79º | 0.76% | 0.69% | - |
| XYZ | 26.18 | 13.86 | 40.33 | - |
| YUV | 96.89 | 170.39 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 42 | 172 | 0 | 0.76 | 0.02 | 0.31 | 301.79 | 0.61 | 0.43 |
| Hex | B0 | 2A | AC | 0 | 4C | 2 | 1F | 12E | 3D | 2B |
| Octal | 260 | 52 | 254 | 0 | 114 | 2 | 37 | 456 | 75 | 53 |
| Binary | 10110000 | 101010 | 10101100 | 0 | 1001100 | 10 | 11111 | 100101110 | 111101 | 101011 |
Color Harmonies of #B02AAC
Complementary color
Monochromatic Colors of #B02AAC
Black with #B02AAC
Text Example
Text Example
White with #B02AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02AAC; }
p { color: rgb(176,42,172); }
H1.HeaderClassName
{
color: #B02AAC;
}
.AnyTagClassName
{
color: #B02AAC;
}
</style>
background-color css
<style>
a { background-color: #B02AAC; }
a { background-color: rgb(176,42,172); }
div.DivClassName
{
background-color: #B02AAC;
}
.BgClassName
{
background-color: #B02AAC;
}
</style>
border-color css
<style>
span { border-color: #B02AAC; }
span { border-color: rgb(176,42,172); }
td.TdClassName
{
border-color: #B02AAC;
}
.TagClassName
{
border-color: #B02AAC;
}
</style>