Shades of Fuchsia #B53DB4
Tints of Fuchsia #B53DB4
RGB
CMYK
RGB Variations
Color information
#B53DB4 (or 0xB53DB4) is known color: Fuchsia. HEX triplet: B5, 3D and B4. RGB value is (181,61,180). Sum of RGB (Red+Green+Blue) = 181+61+180=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 61 (24.22% from 255 or 14.45% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B53DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53DB4 is #4AC24B. Grayscale: #6E6E6E. Windows color (decimal): -4899404 or 11812277. OLE color: 11812277.
HSL color Cylindrical-coordinate representation of color #B53DB4: hue angle of 300.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 #B53DB4 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 61 | 180 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.29 |
| HSL | 300.5º | 0.5% | 0.47% | - |
| HSV(B) | 300.5º | 0.66% | 0.71% | - |
| XYZ | 28.96 | 16.46 | 44.83 | - |
| YUV | 110.45 | 167.26 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 61 | 180 | 0 | 0.66 | 0.01 | 0.29 | 300.5 | 0.5 | 0.47 |
| Hex | B5 | 3D | B4 | 0 | 42 | 1 | 1D | 12C | 32 | 2F |
| Octal | 265 | 75 | 264 | 0 | 102 | 1 | 35 | 454 | 62 | 57 |
| Binary | 10110101 | 111101 | 10110100 | 0 | 1000010 | 1 | 11101 | 100101100 | 110010 | 101111 |
Color Harmonies of #B53DB4
Complementary color
Monochromatic Colors of #B53DB4
Black with #B53DB4
Text Example
Text Example
White with #B53DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53DB4; }
p { color: rgb(181,61,180); }
H1.HeaderClassName
{
color: #B53DB4;
}
.AnyTagClassName
{
color: #B53DB4;
}
</style>
background-color css
<style>
a { background-color: #B53DB4; }
a { background-color: rgb(181,61,180); }
div.DivClassName
{
background-color: #B53DB4;
}
.BgClassName
{
background-color: #B53DB4;
}
</style>
border-color css
<style>
span { border-color: #B53DB4; }
span { border-color: rgb(181,61,180); }
td.TdClassName
{
border-color: #B53DB4;
}
.TagClassName
{
border-color: #B53DB4;
}
</style>