Shades of Fuchsia #B45DB1
Tints of Fuchsia #B45DB1
RGB
CMYK
RGB Variations
Color information
#B45DB1 (or 0xB45DB1) is known color: Fuchsia. HEX triplet: B4, 5D and B1. RGB value is (180,93,177). Sum of RGB (Red+Green+Blue) = 180+93+177=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B45DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45DB1 is #4BA24E. Grayscale: #808080. Windows color (decimal): -4956751 or 11623860. OLE color: 11623860.
HSL color Cylindrical-coordinate representation of color #B45DB1: hue angle of 302.07º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B45DB1 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 93 | 177 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.29 |
| HSL | 302.07º | 0.37% | 0.54% | - |
| HSV(B) | 302.07º | 0.48% | 0.71% | - |
| XYZ | 30.67 | 20.71 | 43.98 | - |
| YUV | 128.59 | 155.32 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 93 | 177 | 0 | 0.48 | 0.02 | 0.29 | 302.07 | 0.37 | 0.54 |
| Hex | B4 | 5D | B1 | 0 | 30 | 2 | 1D | 12E | 25 | 36 |
| Octal | 264 | 135 | 261 | 0 | 60 | 2 | 35 | 456 | 45 | 66 |
| Binary | 10110100 | 1011101 | 10110001 | 0 | 110000 | 10 | 11101 | 100101110 | 100101 | 110110 |
Color Harmonies of #B45DB1
Complementary color
Monochromatic Colors of #B45DB1
Black with #B45DB1
Text Example
Text Example
White with #B45DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45DB1; }
p { color: rgb(180,93,177); }
H1.HeaderClassName
{
color: #B45DB1;
}
.AnyTagClassName
{
color: #B45DB1;
}
</style>
background-color css
<style>
a { background-color: #B45DB1; }
a { background-color: rgb(180,93,177); }
div.DivClassName
{
background-color: #B45DB1;
}
.BgClassName
{
background-color: #B45DB1;
}
</style>
border-color css
<style>
span { border-color: #B45DB1; }
span { border-color: rgb(180,93,177); }
td.TdClassName
{
border-color: #B45DB1;
}
.TagClassName
{
border-color: #B45DB1;
}
</style>