Shades of Fuchsia #B04CBD
Tints of Fuchsia #B04CBD
RGB
CMYK
RGB Variations
Color information
#B04CBD (or 0xB04CBD) is known color: Fuchsia. HEX triplet: B0, 4C and BD. RGB value is (176,76,189). Sum of RGB (Red+Green+Blue) = 176+76+189=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 76 (30.08% from 255 or 17.23% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #B04CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04CBD is #4FB342. Grayscale: #767676. Windows color (decimal): -5223235 or 12405936. OLE color: 12405936.
HSL color Cylindrical-coordinate representation of color #B04CBD: hue angle of 293.1º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B04CBD is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 76 | 189 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.26 |
| HSL | 293.1º | 0.46% | 0.52% | - |
| HSV(B) | 293.1º | 0.6% | 0.74% | - |
| XYZ | 29.67 | 18.07 | 50.07 | - |
| YUV | 118.78 | 167.63 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 76 | 189 | 0.07 | 0.60 | 0 | 0.26 | 293.1 | 0.46 | 0.52 |
| Hex | B0 | 4C | BD | 7 | 3C | 0 | 1A | 125 | 2E | 34 |
| Octal | 260 | 114 | 275 | 7 | 74 | 0 | 32 | 445 | 56 | 64 |
| Binary | 10110000 | 1001100 | 10111101 | 111 | 111100 | 0 | 11010 | 100100101 | 101110 | 110100 |
Color Harmonies of #B04CBD
Complementary color
Monochromatic Colors of #B04CBD
Black with #B04CBD
Text Example
Text Example
White with #B04CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04CBD; }
p { color: rgb(176,76,189); }
H1.HeaderClassName
{
color: #B04CBD;
}
.AnyTagClassName
{
color: #B04CBD;
}
</style>
background-color css
<style>
a { background-color: #B04CBD; }
a { background-color: rgb(176,76,189); }
div.DivClassName
{
background-color: #B04CBD;
}
.BgClassName
{
background-color: #B04CBD;
}
</style>
border-color css
<style>
span { border-color: #B04CBD; }
span { border-color: rgb(176,76,189); }
td.TdClassName
{
border-color: #B04CBD;
}
.TagClassName
{
border-color: #B04CBD;
}
</style>