Shades of Fuchsia #B52FB3
Tints of Fuchsia #B52FB3
RGB
CMYK
RGB Variations
Color information
#B52FB3 (or 0xB52FB3) is known color: Fuchsia. HEX triplet: B5, 2F and B3. RGB value is (181,47,179). Sum of RGB (Red+Green+Blue) = 181+47+179=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 47 (18.75% from 255 or 11.55% from 407); Blue value is 179 (70.31% from 255 or 43.98% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B52FB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52FB3 is #4AD04C. Grayscale: #656565. Windows color (decimal): -4902989 or 11743157. OLE color: 11743157.
HSL color Cylindrical-coordinate representation of color #B52FB3: hue angle of 300.9º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B52FB3 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 47 | 179 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.29 |
| HSL | 300.9º | 0.59% | 0.45% | - |
| HSV(B) | 300.9º | 0.74% | 0.71% | - |
| XYZ | 28.21 | 15.11 | 44.08 | - |
| YUV | 102.11 | 171.39 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 47 | 179 | 0 | 0.74 | 0.01 | 0.29 | 300.9 | 0.59 | 0.45 |
| Hex | B5 | 2F | B3 | 0 | 4A | 1 | 1D | 12D | 3B | 2D |
| Octal | 265 | 57 | 263 | 0 | 112 | 1 | 35 | 455 | 73 | 55 |
| Binary | 10110101 | 101111 | 10110011 | 0 | 1001010 | 1 | 11101 | 100101101 | 111011 | 101101 |
Color Harmonies of #B52FB3
Complementary color
Monochromatic Colors of #B52FB3
Black with #B52FB3
Text Example
Text Example
White with #B52FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52FB3; }
p { color: rgb(181,47,179); }
H1.HeaderClassName
{
color: #B52FB3;
}
.AnyTagClassName
{
color: #B52FB3;
}
</style>
background-color css
<style>
a { background-color: #B52FB3; }
a { background-color: rgb(181,47,179); }
div.DivClassName
{
background-color: #B52FB3;
}
.BgClassName
{
background-color: #B52FB3;
}
</style>
border-color css
<style>
span { border-color: #B52FB3; }
span { border-color: rgb(181,47,179); }
td.TdClassName
{
border-color: #B52FB3;
}
.TagClassName
{
border-color: #B52FB3;
}
</style>