Shades of Fuchsia #B852BC
Tints of Fuchsia #B852BC
RGB
CMYK
RGB Variations
Color information
#B852BC (or 0xB852BC) is known color: Fuchsia. HEX triplet: B8, 52 and BC. RGB value is (184,82,188). Sum of RGB (Red+Green+Blue) = 184+82+188=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #B852BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B852BC is #47AD43. Grayscale: #7C7C7C. Windows color (decimal): -4697412 or 12341944. OLE color: 12341944.
HSL color Cylindrical-coordinate representation of color #B852BC: hue angle of 297.74º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B852BC is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 82 | 188 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.26 |
| HSL | 297.74º | 0.44% | 0.53% | - |
| HSV(B) | 297.74º | 0.56% | 0.74% | - |
| XYZ | 31.86 | 19.86 | 49.73 | - |
| YUV | 124.58 | 163.79 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 188 | 0.02 | 0.56 | 0 | 0.26 | 297.74 | 0.44 | 0.53 |
| Hex | B8 | 52 | BC | 2 | 38 | 0 | 1A | 12A | 2C | 35 |
| Octal | 270 | 122 | 274 | 2 | 70 | 0 | 32 | 452 | 54 | 65 |
| Binary | 10111000 | 1010010 | 10111100 | 10 | 111000 | 0 | 11010 | 100101010 | 101100 | 110101 |
Color Harmonies of #B852BC
Complementary color
Monochromatic Colors of #B852BC
Black with #B852BC
Text Example
Text Example
White with #B852BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B852BC; }
p { color: rgb(184,82,188); }
H1.HeaderClassName
{
color: #B852BC;
}
.AnyTagClassName
{
color: #B852BC;
}
</style>
background-color css
<style>
a { background-color: #B852BC; }
a { background-color: rgb(184,82,188); }
div.DivClassName
{
background-color: #B852BC;
}
.BgClassName
{
background-color: #B852BC;
}
</style>
border-color css
<style>
span { border-color: #B852BC; }
span { border-color: rgb(184,82,188); }
td.TdClassName
{
border-color: #B852BC;
}
.TagClassName
{
border-color: #B852BC;
}
</style>