Shades of Fuchsia #B45DB4
Tints of Fuchsia #B45DB4
RGB
CMYK
RGB Variations
Color information
#B45DB4 (or 0xB45DB4) is known color: Fuchsia. HEX triplet: B4, 5D and B4. RGB value is (180,93,180). Sum of RGB (Red+Green+Blue) = 180+93+180=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 93 (36.72% from 255 or 20.53% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B45DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45DB4 is #4BA24B. Grayscale: #808080. Windows color (decimal): -4956748 or 11820468. OLE color: 11820468.
HSL color Cylindrical-coordinate representation of color #B45DB4: hue angle of 300º 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 #B45DB4 is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 93 | 180 | - |
| CMYK | 0 | 0.48 | 0 | 0.29 |
| HSL | 300º | 0.37% | 0.54% | - |
| HSV(B) | 300º | 0.48% | 0.71% | - |
| XYZ | 30.97 | 20.83 | 45.57 | - |
| YUV | 128.93 | 156.82 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 93 | 180 | 0 | 0.48 | 0 | 0.29 | 300 | 0.37 | 0.54 |
| Hex | B4 | 5D | B4 | 0 | 30 | 0 | 1D | 12C | 25 | 36 |
| Octal | 264 | 135 | 264 | 0 | 60 | 0 | 35 | 454 | 45 | 66 |
| Binary | 10110100 | 1011101 | 10110100 | 0 | 110000 | 0 | 11101 | 100101100 | 100101 | 110110 |
Color Harmonies of #B45DB4
Complementary color
Monochromatic Colors of #B45DB4
Black with #B45DB4
Text Example
Text Example
White with #B45DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45DB4; }
p { color: rgb(180,93,180); }
H1.HeaderClassName
{
color: #B45DB4;
}
.AnyTagClassName
{
color: #B45DB4;
}
</style>
background-color css
<style>
a { background-color: #B45DB4; }
a { background-color: rgb(180,93,180); }
div.DivClassName
{
background-color: #B45DB4;
}
.BgClassName
{
background-color: #B45DB4;
}
</style>
border-color css
<style>
span { border-color: #B45DB4; }
span { border-color: rgb(180,93,180); }
td.TdClassName
{
border-color: #B45DB4;
}
.TagClassName
{
border-color: #B45DB4;
}
</style>