Shades of Fuchsia #B852AD
Tints of Fuchsia #B852AD
RGB
CMYK
RGB Variations
Color information
#B852AD (or 0xB852AD) is known color: Fuchsia. HEX triplet: B8, 52 and AD. RGB value is (184,82,173). Sum of RGB (Red+Green+Blue) = 184+82+173=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 184 - color contains mainly: red. Hex color #B852AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B852AD is #47AD52. Grayscale: #7A7A7A. Windows color (decimal): -4697427 or 11358904. OLE color: 11358904.
HSL color Cylindrical-coordinate representation of color #B852AD: hue angle of 306.47º 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 #B852AD is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 82 | 173 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.28 |
| HSL | 306.47º | 0.42% | 0.52% | - |
| HSV(B) | 306.47º | 0.55% | 0.72% | - |
| XYZ | 30.33 | 19.24 | 41.65 | - |
| YUV | 122.87 | 156.29 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 173 | 0 | 0.55 | 0.06 | 0.28 | 306.47 | 0.42 | 0.52 |
| Hex | B8 | 52 | AD | 0 | 37 | 6 | 1C | 132 | 2A | 34 |
| Octal | 270 | 122 | 255 | 0 | 67 | 6 | 34 | 462 | 52 | 64 |
| Binary | 10111000 | 1010010 | 10101101 | 0 | 110111 | 110 | 11100 | 100110010 | 101010 | 110100 |
Color Harmonies of #B852AD
Complementary color
Monochromatic Colors of #B852AD
Black with #B852AD
Text Example
Text Example
White with #B852AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B852AD; }
p { color: rgb(184,82,173); }
H1.HeaderClassName
{
color: #B852AD;
}
.AnyTagClassName
{
color: #B852AD;
}
</style>
background-color css
<style>
a { background-color: #B852AD; }
a { background-color: rgb(184,82,173); }
div.DivClassName
{
background-color: #B852AD;
}
.BgClassName
{
background-color: #B852AD;
}
</style>
border-color css
<style>
span { border-color: #B852AD; }
span { border-color: rgb(184,82,173); }
td.TdClassName
{
border-color: #B852AD;
}
.TagClassName
{
border-color: #B852AD;
}
</style>