Shades of Fuchsia #B45DB2
Tints of Fuchsia #B45DB2
RGB
CMYK
RGB Variations
Color information
#B45DB2 (or 0xB45DB2) is known color: Fuchsia. HEX triplet: B4, 5D and B2. RGB value is (180,93,178). Sum of RGB (Red+Green+Blue) = 180+93+178=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 178 (69.92% from 255 or 39.47% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B45DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45DB2 is #4BA24D. Grayscale: #808080. Windows color (decimal): -4956750 or 11689396. OLE color: 11689396.
HSL color Cylindrical-coordinate representation of color #B45DB2: hue angle of 301.38º 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 #B45DB2 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 93 | 178 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.29 |
| HSL | 301.38º | 0.37% | 0.54% | - |
| HSV(B) | 301.38º | 0.48% | 0.71% | - |
| XYZ | 30.77 | 20.75 | 44.5 | - |
| YUV | 128.7 | 155.82 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 93 | 178 | 0 | 0.48 | 0.01 | 0.29 | 301.38 | 0.37 | 0.54 |
| Hex | B4 | 5D | B2 | 0 | 30 | 1 | 1D | 12D | 25 | 36 |
| Octal | 264 | 135 | 262 | 0 | 60 | 1 | 35 | 455 | 45 | 66 |
| Binary | 10110100 | 1011101 | 10110010 | 0 | 110000 | 1 | 11101 | 100101101 | 100101 | 110110 |
Color Harmonies of #B45DB2
Complementary color
Monochromatic Colors of #B45DB2
Black with #B45DB2
Text Example
Text Example
White with #B45DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45DB2; }
p { color: rgb(180,93,178); }
H1.HeaderClassName
{
color: #B45DB2;
}
.AnyTagClassName
{
color: #B45DB2;
}
</style>
background-color css
<style>
a { background-color: #B45DB2; }
a { background-color: rgb(180,93,178); }
div.DivClassName
{
background-color: #B45DB2;
}
.BgClassName
{
background-color: #B45DB2;
}
</style>
border-color css
<style>
span { border-color: #B45DB2; }
span { border-color: rgb(180,93,178); }
td.TdClassName
{
border-color: #B45DB2;
}
.TagClassName
{
border-color: #B45DB2;
}
</style>