Shades of Fuchsia #B53CBD
Tints of Fuchsia #B53CBD
RGB
CMYK
RGB Variations
Color information
#B53CBD (or 0xB53CBD) is known color: Fuchsia. HEX triplet: B5, 3C and BD. RGB value is (181,60,189). Sum of RGB (Red+Green+Blue) = 181+60+189=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #B53CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53CBD is #4AC342. Grayscale: #6E6E6E. Windows color (decimal): -4899651 or 12401845. OLE color: 12401845.
HSL color Cylindrical-coordinate representation of color #B53CBD: hue angle of 296.28º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B53CBD is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 60 | 189 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.26 |
| HSL | 296.28º | 0.52% | 0.49% | - |
| HSV(B) | 296.28º | 0.68% | 0.74% | - |
| XYZ | 29.86 | 16.73 | 49.8 | - |
| YUV | 110.89 | 172.09 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 189 | 0.04 | 0.68 | 0 | 0.26 | 296.28 | 0.52 | 0.49 |
| Hex | B5 | 3C | BD | 4 | 44 | 0 | 1A | 128 | 34 | 31 |
| Octal | 265 | 74 | 275 | 4 | 104 | 0 | 32 | 450 | 64 | 61 |
| Binary | 10110101 | 111100 | 10111101 | 100 | 1000100 | 0 | 11010 | 100101000 | 110100 | 110001 |
Color Harmonies of #B53CBD
Complementary color
Monochromatic Colors of #B53CBD
Black with #B53CBD
Text Example
Text Example
White with #B53CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53CBD; }
p { color: rgb(181,60,189); }
H1.HeaderClassName
{
color: #B53CBD;
}
.AnyTagClassName
{
color: #B53CBD;
}
</style>
background-color css
<style>
a { background-color: #B53CBD; }
a { background-color: rgb(181,60,189); }
div.DivClassName
{
background-color: #B53CBD;
}
.BgClassName
{
background-color: #B53CBD;
}
</style>
border-color css
<style>
span { border-color: #B53CBD; }
span { border-color: rgb(181,60,189); }
td.TdClassName
{
border-color: #B53CBD;
}
.TagClassName
{
border-color: #B53CBD;
}
</style>