Shades of Fuchsia #B53FC2
Tints of Fuchsia #B53FC2
RGB
CMYK
RGB Variations
Color information
#B53FC2 (or 0xB53FC2) is known color: Fuchsia. HEX triplet: B5, 3F and C2. RGB value is (181,63,194). Sum of RGB (Red+Green+Blue) = 181+63+194=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 63 (25% from 255 or 14.38% from 438); Blue value is 194 (76.17% from 255 or 44.29% from 438); Max value from RGB is 194 - color contains mainly: blue. Hex color #B53FC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53FC2 is #4AC03D. Grayscale: #707070. Windows color (decimal): -4898878 or 12730293. OLE color: 12730293.
HSL color Cylindrical-coordinate representation of color #B53FC2: hue angle of 294.05º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B53FC2 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 63 | 194 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.24 |
| HSL | 294.05º | 0.52% | 0.5% | - |
| HSV(B) | 294.05º | 0.68% | 0.76% | - |
| XYZ | 30.57 | 17.27 | 52.76 | - |
| YUV | 113.22 | 173.59 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 63 | 194 | 0.07 | 0.68 | 0 | 0.24 | 294.05 | 0.52 | 0.5 |
| Hex | B5 | 3F | C2 | 7 | 44 | 0 | 18 | 126 | 34 | 32 |
| Octal | 265 | 77 | 302 | 7 | 104 | 0 | 30 | 446 | 64 | 62 |
| Binary | 10110101 | 111111 | 11000010 | 111 | 1000100 | 0 | 11000 | 100100110 | 110100 | 110010 |
Color Harmonies of #B53FC2
Complementary color
Monochromatic Colors of #B53FC2
Black with #B53FC2
Text Example
Text Example
White with #B53FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53FC2; }
p { color: rgb(181,63,194); }
H1.HeaderClassName
{
color: #B53FC2;
}
.AnyTagClassName
{
color: #B53FC2;
}
</style>
background-color css
<style>
a { background-color: #B53FC2; }
a { background-color: rgb(181,63,194); }
div.DivClassName
{
background-color: #B53FC2;
}
.BgClassName
{
background-color: #B53FC2;
}
</style>
border-color css
<style>
span { border-color: #B53FC2; }
span { border-color: rgb(181,63,194); }
td.TdClassName
{
border-color: #B53FC2;
}
.TagClassName
{
border-color: #B53FC2;
}
</style>