Shades of Fuchsia #B852C2
Tints of Fuchsia #B852C2
RGB
CMYK
RGB Variations
Color information
#B852C2 (or 0xB852C2) is known color: Fuchsia. HEX triplet: B8, 52 and C2. RGB value is (184,82,194). Sum of RGB (Red+Green+Blue) = 184+82+194=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 194 (76.17% from 255 or 42.17% from 460); Max value from RGB is 194 - color contains mainly: blue. Hex color #B852C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B852C2 is #47AD3D. Grayscale: #7C7C7C. Windows color (decimal): -4697406 or 12735160. OLE color: 12735160.
HSL color Cylindrical-coordinate representation of color #B852C2: hue angle of 294.64º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B852C2 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 82 | 194 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.24 |
| HSL | 294.64º | 0.48% | 0.54% | - |
| HSV(B) | 294.64º | 0.58% | 0.76% | - |
| XYZ | 32.52 | 20.12 | 53.21 | - |
| YUV | 125.27 | 166.79 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 194 | 0.05 | 0.58 | 0 | 0.24 | 294.64 | 0.48 | 0.54 |
| Hex | B8 | 52 | C2 | 5 | 3A | 0 | 18 | 127 | 30 | 36 |
| Octal | 270 | 122 | 302 | 5 | 72 | 0 | 30 | 447 | 60 | 66 |
| Binary | 10111000 | 1010010 | 11000010 | 101 | 111010 | 0 | 11000 | 100100111 | 110000 | 110110 |
Color Harmonies of #B852C2
Complementary color
Monochromatic Colors of #B852C2
Black with #B852C2
Text Example
Text Example
White with #B852C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B852C2; }
p { color: rgb(184,82,194); }
H1.HeaderClassName
{
color: #B852C2;
}
.AnyTagClassName
{
color: #B852C2;
}
</style>
background-color css
<style>
a { background-color: #B852C2; }
a { background-color: rgb(184,82,194); }
div.DivClassName
{
background-color: #B852C2;
}
.BgClassName
{
background-color: #B852C2;
}
</style>
border-color css
<style>
span { border-color: #B852C2; }
span { border-color: rgb(184,82,194); }
td.TdClassName
{
border-color: #B852C2;
}
.TagClassName
{
border-color: #B852C2;
}
</style>