Shades of Fuchsia #B92FAC
Tints of Fuchsia #B92FAC
RGB
CMYK
RGB Variations
Color information
#B92FAC (or 0xB92FAC) is known color: Fuchsia. HEX triplet: B9, 2F and AC. RGB value is (185,47,172). Sum of RGB (Red+Green+Blue) = 185+47+172=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B92FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92FAC is #46D053. Grayscale: #666666. Windows color (decimal): -4640852 or 11284409. OLE color: 11284409.
HSL color Cylindrical-coordinate representation of color #B92FAC: hue angle of 305.65º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B92FAC is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 47 | 172 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.27 |
| HSL | 305.65º | 0.59% | 0.45% | - |
| HSV(B) | 305.65º | 0.75% | 0.73% | - |
| XYZ | 28.47 | 15.33 | 40.49 | - |
| YUV | 102.51 | 167.22 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 47 | 172 | 0 | 0.75 | 0.07 | 0.27 | 305.65 | 0.59 | 0.45 |
| Hex | B9 | 2F | AC | 0 | 4B | 7 | 1B | 132 | 3B | 2D |
| Octal | 271 | 57 | 254 | 0 | 113 | 7 | 33 | 462 | 73 | 55 |
| Binary | 10111001 | 101111 | 10101100 | 0 | 1001011 | 111 | 11011 | 100110010 | 111011 | 101101 |
Color Harmonies of #B92FAC
Complementary color
Monochromatic Colors of #B92FAC
Black with #B92FAC
Text Example
Text Example
White with #B92FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92FAC; }
p { color: rgb(185,47,172); }
H1.HeaderClassName
{
color: #B92FAC;
}
.AnyTagClassName
{
color: #B92FAC;
}
</style>
background-color css
<style>
a { background-color: #B92FAC; }
a { background-color: rgb(185,47,172); }
div.DivClassName
{
background-color: #B92FAC;
}
.BgClassName
{
background-color: #B92FAC;
}
</style>
border-color css
<style>
span { border-color: #B92FAC; }
span { border-color: rgb(185,47,172); }
td.TdClassName
{
border-color: #B92FAC;
}
.TagClassName
{
border-color: #B92FAC;
}
</style>