Shades of Fuchsia #B04DB3
Tints of Fuchsia #B04DB3
RGB
CMYK
RGB Variations
Color information
#B04DB3 (or 0xB04DB3) is known color: Fuchsia. HEX triplet: B0, 4D and B3. RGB value is (176,77,179). Sum of RGB (Red+Green+Blue) = 176+77+179=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 179 (70.31% from 255 or 41.44% from 432); Max value from RGB is 179 - color contains mainly: blue. Hex color #B04DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04DB3 is #4FB24C. Grayscale: #757575. Windows color (decimal): -5222989 or 11750832. OLE color: 11750832.
HSL color Cylindrical-coordinate representation of color #B04DB3: hue angle of 298.24º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B04DB3 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 77 | 179 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.30 |
| HSL | 298.24º | 0.4% | 0.5% | - |
| HSV(B) | 298.24º | 0.57% | 0.7% | - |
| XYZ | 28.7 | 17.79 | 44.57 | - |
| YUV | 118.23 | 162.3 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 179 | 0.02 | 0.57 | 0 | 0.30 | 298.24 | 0.4 | 0.5 |
| Hex | B0 | 4D | B3 | 2 | 39 | 0 | 1E | 12A | 28 | 32 |
| Octal | 260 | 115 | 263 | 2 | 71 | 0 | 36 | 452 | 50 | 62 |
| Binary | 10110000 | 1001101 | 10110011 | 10 | 111001 | 0 | 11110 | 100101010 | 101000 | 110010 |
Color Harmonies of #B04DB3
Complementary color
Monochromatic Colors of #B04DB3
Black with #B04DB3
Text Example
Text Example
White with #B04DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04DB3; }
p { color: rgb(176,77,179); }
H1.HeaderClassName
{
color: #B04DB3;
}
.AnyTagClassName
{
color: #B04DB3;
}
</style>
background-color css
<style>
a { background-color: #B04DB3; }
a { background-color: rgb(176,77,179); }
div.DivClassName
{
background-color: #B04DB3;
}
.BgClassName
{
background-color: #B04DB3;
}
</style>
border-color css
<style>
span { border-color: #B04DB3; }
span { border-color: rgb(176,77,179); }
td.TdClassName
{
border-color: #B04DB3;
}
.TagClassName
{
border-color: #B04DB3;
}
</style>