Shades of Fuchsia #B45DB5
Tints of Fuchsia #B45DB5
RGB
CMYK
RGB Variations
Color information
#B45DB5 (or 0xB45DB5) is known color: Fuchsia. HEX triplet: B4, 5D and B5. RGB value is (180,93,181). Sum of RGB (Red+Green+Blue) = 180+93+181=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 181 - color contains mainly: blue. Hex color #B45DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45DB5 is #4BA24A. Grayscale: #808080. Windows color (decimal): -4956747 or 11886004. OLE color: 11886004.
HSL color Cylindrical-coordinate representation of color #B45DB5: hue angle of 299.32º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B45DB5 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 93 | 181 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.29 |
| HSL | 299.32º | 0.37% | 0.54% | - |
| HSV(B) | 299.32º | 0.49% | 0.71% | - |
| XYZ | 31.08 | 20.87 | 46.11 | - |
| YUV | 129.05 | 157.32 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 93 | 181 | 0.01 | 0.49 | 0 | 0.29 | 299.32 | 0.37 | 0.54 |
| Hex | B4 | 5D | B5 | 1 | 31 | 0 | 1D | 12B | 25 | 36 |
| Octal | 264 | 135 | 265 | 1 | 61 | 0 | 35 | 453 | 45 | 66 |
| Binary | 10110100 | 1011101 | 10110101 | 1 | 110001 | 0 | 11101 | 100101011 | 100101 | 110110 |
Color Harmonies of #B45DB5
Complementary color
Monochromatic Colors of #B45DB5
Black with #B45DB5
Text Example
Text Example
White with #B45DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45DB5; }
p { color: rgb(180,93,181); }
H1.HeaderClassName
{
color: #B45DB5;
}
.AnyTagClassName
{
color: #B45DB5;
}
</style>
background-color css
<style>
a { background-color: #B45DB5; }
a { background-color: rgb(180,93,181); }
div.DivClassName
{
background-color: #B45DB5;
}
.BgClassName
{
background-color: #B45DB5;
}
</style>
border-color css
<style>
span { border-color: #B45DB5; }
span { border-color: rgb(180,93,181); }
td.TdClassName
{
border-color: #B45DB5;
}
.TagClassName
{
border-color: #B45DB5;
}
</style>