Shades of Fuchsia #B45CB1
Tints of Fuchsia #B45CB1
RGB
CMYK
RGB Variations
Color information
#B45CB1 (or 0xB45CB1) is known color: Fuchsia. HEX triplet: B4, 5C and B1. RGB value is (180,92,177). Sum of RGB (Red+Green+Blue) = 180+92+177=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 177 (69.53% from 255 or 39.42% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B45CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45CB1 is #4BA34E. Grayscale: #7F7F7F. Windows color (decimal): -4957007 or 11623604. OLE color: 11623604.
HSL color Cylindrical-coordinate representation of color #B45CB1: hue angle of 302.05º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B45CB1 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 92 | 177 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.29 |
| HSL | 302.05º | 0.37% | 0.53% | - |
| HSV(B) | 302.05º | 0.49% | 0.71% | - |
| XYZ | 30.59 | 20.53 | 43.95 | - |
| YUV | 128 | 155.65 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 92 | 177 | 0 | 0.49 | 0.02 | 0.29 | 302.05 | 0.37 | 0.53 |
| Hex | B4 | 5C | B1 | 0 | 31 | 2 | 1D | 12E | 25 | 35 |
| Octal | 264 | 134 | 261 | 0 | 61 | 2 | 35 | 456 | 45 | 65 |
| Binary | 10110100 | 1011100 | 10110001 | 0 | 110001 | 10 | 11101 | 100101110 | 100101 | 110101 |
Color Harmonies of #B45CB1
Complementary color
Monochromatic Colors of #B45CB1
Black with #B45CB1
Text Example
Text Example
White with #B45CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45CB1; }
p { color: rgb(180,92,177); }
H1.HeaderClassName
{
color: #B45CB1;
}
.AnyTagClassName
{
color: #B45CB1;
}
</style>
background-color css
<style>
a { background-color: #B45CB1; }
a { background-color: rgb(180,92,177); }
div.DivClassName
{
background-color: #B45CB1;
}
.BgClassName
{
background-color: #B45CB1;
}
</style>
border-color css
<style>
span { border-color: #B45CB1; }
span { border-color: rgb(180,92,177); }
td.TdClassName
{
border-color: #B45CB1;
}
.TagClassName
{
border-color: #B45CB1;
}
</style>