Shades of Fuchsia #B02CAC
Tints of Fuchsia #B02CAC
RGB
CMYK
RGB Variations
Color information
#B02CAC (or 0xB02CAC) is known color: Fuchsia. HEX triplet: B0, 2C and AC. RGB value is (176,44,172). Sum of RGB (Red+Green+Blue) = 176+44+172=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 44 (17.58% from 255 or 11.22% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B02CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02CAC is #4FD353. Grayscale: #616161. Windows color (decimal): -5231444 or 11283632. OLE color: 11283632.
HSL color Cylindrical-coordinate representation of color #B02CAC: hue angle of 301.82º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B02CAC is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 44 | 172 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.31 |
| HSL | 301.82º | 0.6% | 0.43% | - |
| HSV(B) | 301.82º | 0.75% | 0.69% | - |
| XYZ | 26.25 | 14.01 | 40.35 | - |
| YUV | 98.06 | 169.73 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 44 | 172 | 0 | 0.75 | 0.02 | 0.31 | 301.82 | 0.6 | 0.43 |
| Hex | B0 | 2C | AC | 0 | 4B | 2 | 1F | 12E | 3C | 2B |
| Octal | 260 | 54 | 254 | 0 | 113 | 2 | 37 | 456 | 74 | 53 |
| Binary | 10110000 | 101100 | 10101100 | 0 | 1001011 | 10 | 11111 | 100101110 | 111100 | 101011 |
Color Harmonies of #B02CAC
Complementary color
Monochromatic Colors of #B02CAC
Black with #B02CAC
Text Example
Text Example
White with #B02CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02CAC; }
p { color: rgb(176,44,172); }
H1.HeaderClassName
{
color: #B02CAC;
}
.AnyTagClassName
{
color: #B02CAC;
}
</style>
background-color css
<style>
a { background-color: #B02CAC; }
a { background-color: rgb(176,44,172); }
div.DivClassName
{
background-color: #B02CAC;
}
.BgClassName
{
background-color: #B02CAC;
}
</style>
border-color css
<style>
span { border-color: #B02CAC; }
span { border-color: rgb(176,44,172); }
td.TdClassName
{
border-color: #B02CAC;
}
.TagClassName
{
border-color: #B02CAC;
}
</style>