Shades of Fuchsia #B53FBD
Tints of Fuchsia #B53FBD
RGB
CMYK
RGB Variations
Color information
#B53FBD (or 0xB53FBD) is known color: Fuchsia. HEX triplet: B5, 3F and BD. RGB value is (181,63,189). Sum of RGB (Red+Green+Blue) = 181+63+189=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #B53FBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53FBD is #4AC042. Grayscale: #707070. Windows color (decimal): -4898883 or 12402613. OLE color: 12402613.
HSL color Cylindrical-coordinate representation of color #B53FBD: hue angle of 296.19º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B53FBD is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 63 | 189 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.26 |
| HSL | 296.19º | 0.5% | 0.49% | - |
| HSV(B) | 296.19º | 0.67% | 0.74% | - |
| XYZ | 30.02 | 17.05 | 49.85 | - |
| YUV | 112.65 | 171.09 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 63 | 189 | 0.04 | 0.67 | 0 | 0.26 | 296.19 | 0.5 | 0.49 |
| Hex | B5 | 3F | BD | 4 | 43 | 0 | 1A | 128 | 32 | 31 |
| Octal | 265 | 77 | 275 | 4 | 103 | 0 | 32 | 450 | 62 | 61 |
| Binary | 10110101 | 111111 | 10111101 | 100 | 1000011 | 0 | 11010 | 100101000 | 110010 | 110001 |
Color Harmonies of #B53FBD
Complementary color
Monochromatic Colors of #B53FBD
Black with #B53FBD
Text Example
Text Example
White with #B53FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53FBD; }
p { color: rgb(181,63,189); }
H1.HeaderClassName
{
color: #B53FBD;
}
.AnyTagClassName
{
color: #B53FBD;
}
</style>
background-color css
<style>
a { background-color: #B53FBD; }
a { background-color: rgb(181,63,189); }
div.DivClassName
{
background-color: #B53FBD;
}
.BgClassName
{
background-color: #B53FBD;
}
</style>
border-color css
<style>
span { border-color: #B53FBD; }
span { border-color: rgb(181,63,189); }
td.TdClassName
{
border-color: #B53FBD;
}
.TagClassName
{
border-color: #B53FBD;
}
</style>