Shades of Fuchsia #B045B1
Tints of Fuchsia #B045B1
RGB
CMYK
RGB Variations
Color information
#B045B1 (or 0xB045B1) is known color: Fuchsia. HEX triplet: B0, 45 and B1. RGB value is (176,69,177). Sum of RGB (Red+Green+Blue) = 176+69+177=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 69 (27.34% from 255 or 16.35% from 422); Blue value is 177 (69.53% from 255 or 41.94% from 422); Max value from RGB is 177 - color contains mainly: blue. Hex color #B045B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B045B1 is #4FBA4E. Grayscale: #707070. Windows color (decimal): -5225039 or 11617712. OLE color: 11617712.
HSL color Cylindrical-coordinate representation of color #B045B1: hue angle of 299.44º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B045B1 is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 69 | 177 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.31 |
| HSL | 299.44º | 0.44% | 0.48% | - |
| HSV(B) | 299.44º | 0.61% | 0.69% | - |
| XYZ | 27.97 | 16.66 | 43.34 | - |
| YUV | 113.31 | 163.95 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 69 | 177 | 0.01 | 0.61 | 0 | 0.31 | 299.44 | 0.44 | 0.48 |
| Hex | B0 | 45 | B1 | 1 | 3D | 0 | 1F | 12B | 2C | 30 |
| Octal | 260 | 105 | 261 | 1 | 75 | 0 | 37 | 453 | 54 | 60 |
| Binary | 10110000 | 1000101 | 10110001 | 1 | 111101 | 0 | 11111 | 100101011 | 101100 | 110000 |
Color Harmonies of #B045B1
Complementary color
Monochromatic Colors of #B045B1
Black with #B045B1
Text Example
Text Example
White with #B045B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B045B1; }
p { color: rgb(176,69,177); }
H1.HeaderClassName
{
color: #B045B1;
}
.AnyTagClassName
{
color: #B045B1;
}
</style>
background-color css
<style>
a { background-color: #B045B1; }
a { background-color: rgb(176,69,177); }
div.DivClassName
{
background-color: #B045B1;
}
.BgClassName
{
background-color: #B045B1;
}
</style>
border-color css
<style>
span { border-color: #B045B1; }
span { border-color: rgb(176,69,177); }
td.TdClassName
{
border-color: #B045B1;
}
.TagClassName
{
border-color: #B045B1;
}
</style>