Shades of Fuchsia #B52FBA
Tints of Fuchsia #B52FBA
RGB
CMYK
RGB Variations
Color information
#B52FBA (or 0xB52FBA) is known color: Fuchsia. HEX triplet: B5, 2F and BA. RGB value is (181,47,186). Sum of RGB (Red+Green+Blue) = 181+47+186=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 47 (18.75% from 255 or 11.35% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #B52FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52FBA is #4AD045. Grayscale: #666666. Windows color (decimal): -4902982 or 12201909. OLE color: 12201909.
HSL color Cylindrical-coordinate representation of color #B52FBA: hue angle of 297.84º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B52FBA is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 47 | 186 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.27 |
| HSL | 297.84º | 0.6% | 0.46% | - |
| HSV(B) | 297.84º | 0.75% | 0.73% | - |
| XYZ | 28.94 | 15.4 | 47.9 | - |
| YUV | 102.91 | 174.89 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 47 | 186 | 0.03 | 0.75 | 0 | 0.27 | 297.84 | 0.6 | 0.46 |
| Hex | B5 | 2F | BA | 3 | 4B | 0 | 1B | 12A | 3C | 2E |
| Octal | 265 | 57 | 272 | 3 | 113 | 0 | 33 | 452 | 74 | 56 |
| Binary | 10110101 | 101111 | 10111010 | 11 | 1001011 | 0 | 11011 | 100101010 | 111100 | 101110 |
Color Harmonies of #B52FBA
Complementary color
Monochromatic Colors of #B52FBA
Black with #B52FBA
Text Example
Text Example
White with #B52FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52FBA; }
p { color: rgb(181,47,186); }
H1.HeaderClassName
{
color: #B52FBA;
}
.AnyTagClassName
{
color: #B52FBA;
}
</style>
background-color css
<style>
a { background-color: #B52FBA; }
a { background-color: rgb(181,47,186); }
div.DivClassName
{
background-color: #B52FBA;
}
.BgClassName
{
background-color: #B52FBA;
}
</style>
border-color css
<style>
span { border-color: #B52FBA; }
span { border-color: rgb(181,47,186); }
td.TdClassName
{
border-color: #B52FBA;
}
.TagClassName
{
border-color: #B52FBA;
}
</style>