Shades of Fuchsia #B52FBD
Tints of Fuchsia #B52FBD
RGB
CMYK
RGB Variations
Color information
#B52FBD (or 0xB52FBD) is known color: Fuchsia. HEX triplet: B5, 2F and BD. RGB value is (181,47,189). Sum of RGB (Red+Green+Blue) = 181+47+189=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 47 (18.75% from 255 or 11.27% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #B52FBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52FBD is #4AD042. Grayscale: #666666. Windows color (decimal): -4902979 or 12398517. OLE color: 12398517.
HSL color Cylindrical-coordinate representation of color #B52FBD: hue angle of 296.62º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B52FBD is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 47 | 189 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.26 |
| HSL | 296.62º | 0.6% | 0.46% | - |
| HSV(B) | 296.62º | 0.75% | 0.74% | - |
| XYZ | 29.26 | 15.53 | 49.6 | - |
| YUV | 103.25 | 176.39 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 47 | 189 | 0.04 | 0.75 | 0 | 0.26 | 296.62 | 0.6 | 0.46 |
| Hex | B5 | 2F | BD | 4 | 4B | 0 | 1A | 129 | 3C | 2E |
| Octal | 265 | 57 | 275 | 4 | 113 | 0 | 32 | 451 | 74 | 56 |
| Binary | 10110101 | 101111 | 10111101 | 100 | 1001011 | 0 | 11010 | 100101001 | 111100 | 101110 |
Color Harmonies of #B52FBD
Complementary color
Monochromatic Colors of #B52FBD
Black with #B52FBD
Text Example
Text Example
White with #B52FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52FBD; }
p { color: rgb(181,47,189); }
H1.HeaderClassName
{
color: #B52FBD;
}
.AnyTagClassName
{
color: #B52FBD;
}
</style>
background-color css
<style>
a { background-color: #B52FBD; }
a { background-color: rgb(181,47,189); }
div.DivClassName
{
background-color: #B52FBD;
}
.BgClassName
{
background-color: #B52FBD;
}
</style>
border-color css
<style>
span { border-color: #B52FBD; }
span { border-color: rgb(181,47,189); }
td.TdClassName
{
border-color: #B52FBD;
}
.TagClassName
{
border-color: #B52FBD;
}
</style>