Shades of Fuchsia #B53DB0
Tints of Fuchsia #B53DB0
RGB
CMYK
RGB Variations
Color information
#B53DB0 (or 0xB53DB0) is known color: Fuchsia. HEX triplet: B5, 3D and B0. RGB value is (181,61,176). Sum of RGB (Red+Green+Blue) = 181+61+176=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B53DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53DB0 is #4AC24F. Grayscale: #6D6D6D. Windows color (decimal): -4899408 or 11550133. OLE color: 11550133.
HSL color Cylindrical-coordinate representation of color #B53DB0: hue angle of 302.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B53DB0 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 61 | 176 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.29 |
| HSL | 302.5º | 0.5% | 0.47% | - |
| HSV(B) | 302.5º | 0.66% | 0.71% | - |
| XYZ | 28.56 | 16.3 | 42.71 | - |
| YUV | 109.99 | 165.26 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 61 | 176 | 0 | 0.66 | 0.03 | 0.29 | 302.5 | 0.5 | 0.47 |
| Hex | B5 | 3D | B0 | 0 | 42 | 3 | 1D | 12E | 32 | 2F |
| Octal | 265 | 75 | 260 | 0 | 102 | 3 | 35 | 456 | 62 | 57 |
| Binary | 10110101 | 111101 | 10110000 | 0 | 1000010 | 11 | 11101 | 100101110 | 110010 | 101111 |
Color Harmonies of #B53DB0
Complementary color
Monochromatic Colors of #B53DB0
Black with #B53DB0
Text Example
Text Example
White with #B53DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53DB0; }
p { color: rgb(181,61,176); }
H1.HeaderClassName
{
color: #B53DB0;
}
.AnyTagClassName
{
color: #B53DB0;
}
</style>
background-color css
<style>
a { background-color: #B53DB0; }
a { background-color: rgb(181,61,176); }
div.DivClassName
{
background-color: #B53DB0;
}
.BgClassName
{
background-color: #B53DB0;
}
</style>
border-color css
<style>
span { border-color: #B53DB0; }
span { border-color: rgb(181,61,176); }
td.TdClassName
{
border-color: #B53DB0;
}
.TagClassName
{
border-color: #B53DB0;
}
</style>