Shades of Fuchsia #B04DB1
Tints of Fuchsia #B04DB1
RGB
CMYK
RGB Variations
Color information
#B04DB1 (or 0xB04DB1) is known color: Fuchsia. HEX triplet: B0, 4D and B1. RGB value is (176,77,177). Sum of RGB (Red+Green+Blue) = 176+77+177=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 177 (69.53% from 255 or 41.16% from 430); Max value from RGB is 177 - color contains mainly: blue. Hex color #B04DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04DB1 is #4FB24E. Grayscale: #757575. Windows color (decimal): -5222991 or 11619760. OLE color: 11619760.
HSL color Cylindrical-coordinate representation of color #B04DB1: hue angle of 299.4º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B04DB1 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 77 | 177 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.31 |
| HSL | 299.4º | 0.39% | 0.5% | - |
| HSV(B) | 299.4º | 0.56% | 0.69% | - |
| XYZ | 28.49 | 17.71 | 43.51 | - |
| YUV | 118 | 161.3 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 177 | 0.01 | 0.56 | 0 | 0.31 | 299.4 | 0.39 | 0.5 |
| Hex | B0 | 4D | B1 | 1 | 38 | 0 | 1F | 12B | 27 | 32 |
| Octal | 260 | 115 | 261 | 1 | 70 | 0 | 37 | 453 | 47 | 62 |
| Binary | 10110000 | 1001101 | 10110001 | 1 | 111000 | 0 | 11111 | 100101011 | 100111 | 110010 |
Color Harmonies of #B04DB1
Complementary color
Monochromatic Colors of #B04DB1
Black with #B04DB1
Text Example
Text Example
White with #B04DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04DB1; }
p { color: rgb(176,77,177); }
H1.HeaderClassName
{
color: #B04DB1;
}
.AnyTagClassName
{
color: #B04DB1;
}
</style>
background-color css
<style>
a { background-color: #B04DB1; }
a { background-color: rgb(176,77,177); }
div.DivClassName
{
background-color: #B04DB1;
}
.BgClassName
{
background-color: #B04DB1;
}
</style>
border-color css
<style>
span { border-color: #B04DB1; }
span { border-color: rgb(176,77,177); }
td.TdClassName
{
border-color: #B04DB1;
}
.TagClassName
{
border-color: #B04DB1;
}
</style>