Shades of Fuchsia #B53DB3
Tints of Fuchsia #B53DB3
RGB
CMYK
RGB Variations
Color information
#B53DB3 (or 0xB53DB3) is known color: Fuchsia. HEX triplet: B5, 3D and B3. RGB value is (181,61,179). Sum of RGB (Red+Green+Blue) = 181+61+179=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 61 (24.22% from 255 or 14.49% from 421); Blue value is 179 (70.31% from 255 or 42.52% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B53DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53DB3 is #4AC24C. Grayscale: #6D6D6D. Windows color (decimal): -4899405 or 11746741. OLE color: 11746741.
HSL color Cylindrical-coordinate representation of color #B53DB3: hue angle of 301º 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 #B53DB3 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 61 | 179 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.29 |
| HSL | 301º | 0.5% | 0.47% | - |
| HSV(B) | 301º | 0.66% | 0.71% | - |
| XYZ | 28.86 | 16.42 | 44.3 | - |
| YUV | 110.33 | 166.76 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 61 | 179 | 0 | 0.66 | 0.01 | 0.29 | 301 | 0.5 | 0.47 |
| Hex | B5 | 3D | B3 | 0 | 42 | 1 | 1D | 12D | 32 | 2F |
| Octal | 265 | 75 | 263 | 0 | 102 | 1 | 35 | 455 | 62 | 57 |
| Binary | 10110101 | 111101 | 10110011 | 0 | 1000010 | 1 | 11101 | 100101101 | 110010 | 101111 |
Color Harmonies of #B53DB3
Complementary color
Monochromatic Colors of #B53DB3
Black with #B53DB3
Text Example
Text Example
White with #B53DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53DB3; }
p { color: rgb(181,61,179); }
H1.HeaderClassName
{
color: #B53DB3;
}
.AnyTagClassName
{
color: #B53DB3;
}
</style>
background-color css
<style>
a { background-color: #B53DB3; }
a { background-color: rgb(181,61,179); }
div.DivClassName
{
background-color: #B53DB3;
}
.BgClassName
{
background-color: #B53DB3;
}
</style>
border-color css
<style>
span { border-color: #B53DB3; }
span { border-color: rgb(181,61,179); }
td.TdClassName
{
border-color: #B53DB3;
}
.TagClassName
{
border-color: #B53DB3;
}
</style>