Shades of Fuchsia #B45DB9
Tints of Fuchsia #B45DB9
RGB
CMYK
RGB Variations
Color information
#B45DB9 (or 0xB45DB9) is known color: Fuchsia. HEX triplet: B4, 5D and B9. RGB value is (180,93,185). Sum of RGB (Red+Green+Blue) = 180+93+185=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 185 - color contains mainly: blue. Hex color #B45DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45DB9 is #4BA246. Grayscale: #818181. Windows color (decimal): -4956743 or 12148148. OLE color: 12148148.
HSL color Cylindrical-coordinate representation of color #B45DB9: hue angle of 296.74º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B45DB9 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 93 | 185 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.27 |
| HSL | 296.74º | 0.4% | 0.55% | - |
| HSV(B) | 296.74º | 0.5% | 0.73% | - |
| XYZ | 31.49 | 21.03 | 48.3 | - |
| YUV | 129.5 | 159.32 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 93 | 185 | 0.03 | 0.50 | 0 | 0.27 | 296.74 | 0.4 | 0.55 |
| Hex | B4 | 5D | B9 | 3 | 32 | 0 | 1B | 129 | 28 | 37 |
| Octal | 264 | 135 | 271 | 3 | 62 | 0 | 33 | 451 | 50 | 67 |
| Binary | 10110100 | 1011101 | 10111001 | 11 | 110010 | 0 | 11011 | 100101001 | 101000 | 110111 |
Color Harmonies of #B45DB9
Complementary color
Monochromatic Colors of #B45DB9
Black with #B45DB9
Text Example
Text Example
White with #B45DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45DB9; }
p { color: rgb(180,93,185); }
H1.HeaderClassName
{
color: #B45DB9;
}
.AnyTagClassName
{
color: #B45DB9;
}
</style>
background-color css
<style>
a { background-color: #B45DB9; }
a { background-color: rgb(180,93,185); }
div.DivClassName
{
background-color: #B45DB9;
}
.BgClassName
{
background-color: #B45DB9;
}
</style>
border-color css
<style>
span { border-color: #B45DB9; }
span { border-color: rgb(180,93,185); }
td.TdClassName
{
border-color: #B45DB9;
}
.TagClassName
{
border-color: #B45DB9;
}
</style>