Shades of Fuchsia #B02FAC
Tints of Fuchsia #B02FAC
RGB
CMYK
RGB Variations
Color information
#B02FAC (or 0xB02FAC) is known color: Fuchsia. HEX triplet: B0, 2F and AC. RGB value is (176,47,172). Sum of RGB (Red+Green+Blue) = 176+47+172=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 47 (18.75% from 255 or 11.90% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B02FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02FAC is #4FD053. Grayscale: #636363. Windows color (decimal): -5230676 or 11284400. OLE color: 11284400.
HSL color Cylindrical-coordinate representation of color #B02FAC: hue angle of 301.86º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B02FAC is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 47 | 172 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.31 |
| HSL | 301.86º | 0.58% | 0.44% | - |
| HSV(B) | 301.86º | 0.73% | 0.69% | - |
| XYZ | 26.37 | 14.24 | 40.39 | - |
| YUV | 99.82 | 168.74 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 47 | 172 | 0 | 0.73 | 0.02 | 0.31 | 301.86 | 0.58 | 0.44 |
| Hex | B0 | 2F | AC | 0 | 49 | 2 | 1F | 12E | 3A | 2C |
| Octal | 260 | 57 | 254 | 0 | 111 | 2 | 37 | 456 | 72 | 54 |
| Binary | 10110000 | 101111 | 10101100 | 0 | 1001001 | 10 | 11111 | 100101110 | 111010 | 101100 |
Color Harmonies of #B02FAC
Complementary color
Monochromatic Colors of #B02FAC
Black with #B02FAC
Text Example
Text Example
White with #B02FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02FAC; }
p { color: rgb(176,47,172); }
H1.HeaderClassName
{
color: #B02FAC;
}
.AnyTagClassName
{
color: #B02FAC;
}
</style>
background-color css
<style>
a { background-color: #B02FAC; }
a { background-color: rgb(176,47,172); }
div.DivClassName
{
background-color: #B02FAC;
}
.BgClassName
{
background-color: #B02FAC;
}
</style>
border-color css
<style>
span { border-color: #B02FAC; }
span { border-color: rgb(176,47,172); }
td.TdClassName
{
border-color: #B02FAC;
}
.TagClassName
{
border-color: #B02FAC;
}
</style>