Shades of Fuchsia #B852AC
Tints of Fuchsia #B852AC
RGB
CMYK
RGB Variations
Color information
#B852AC (or 0xB852AC) is known color: Fuchsia. HEX triplet: B8, 52 and AC. RGB value is (184,82,172). Sum of RGB (Red+Green+Blue) = 184+82+172=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 184 - color contains mainly: red. Hex color #B852AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B852AC is #47AD53. Grayscale: #7A7A7A. Windows color (decimal): -4697428 or 11293368. OLE color: 11293368.
HSL color Cylindrical-coordinate representation of color #B852AC: hue angle of 307.06º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B852AC is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 82 | 172 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.28 |
| HSL | 307.06º | 0.42% | 0.52% | - |
| HSV(B) | 307.06º | 0.55% | 0.72% | - |
| XYZ | 30.23 | 19.2 | 41.14 | - |
| YUV | 122.76 | 155.79 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 172 | 0 | 0.55 | 0.07 | 0.28 | 307.06 | 0.42 | 0.52 |
| Hex | B8 | 52 | AC | 0 | 37 | 7 | 1C | 133 | 2A | 34 |
| Octal | 270 | 122 | 254 | 0 | 67 | 7 | 34 | 463 | 52 | 64 |
| Binary | 10111000 | 1010010 | 10101100 | 0 | 110111 | 111 | 11100 | 100110011 | 101010 | 110100 |
Color Harmonies of #B852AC
Complementary color
Monochromatic Colors of #B852AC
Black with #B852AC
Text Example
Text Example
White with #B852AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B852AC; }
p { color: rgb(184,82,172); }
H1.HeaderClassName
{
color: #B852AC;
}
.AnyTagClassName
{
color: #B852AC;
}
</style>
background-color css
<style>
a { background-color: #B852AC; }
a { background-color: rgb(184,82,172); }
div.DivClassName
{
background-color: #B852AC;
}
.BgClassName
{
background-color: #B852AC;
}
</style>
border-color css
<style>
span { border-color: #B852AC; }
span { border-color: rgb(184,82,172); }
td.TdClassName
{
border-color: #B852AC;
}
.TagClassName
{
border-color: #B852AC;
}
</style>