Shades of Fuchsia #B04CBA
Tints of Fuchsia #B04CBA
RGB
CMYK
RGB Variations
Color information
#B04CBA (or 0xB04CBA) is known color: Fuchsia. HEX triplet: B0, 4C and BA. RGB value is (176,76,186). Sum of RGB (Red+Green+Blue) = 176+76+186=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #B04CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04CBA is #4FB345. Grayscale: #767676. Windows color (decimal): -5223238 or 12209328. OLE color: 12209328.
HSL color Cylindrical-coordinate representation of color #B04CBA: hue angle of 294.55º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B04CBA is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 76 | 186 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.27 |
| HSL | 294.55º | 0.44% | 0.51% | - |
| HSV(B) | 294.55º | 0.59% | 0.73% | - |
| XYZ | 29.35 | 17.94 | 48.37 | - |
| YUV | 118.44 | 166.13 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 76 | 186 | 0.05 | 0.59 | 0 | 0.27 | 294.55 | 0.44 | 0.51 |
| Hex | B0 | 4C | BA | 5 | 3B | 0 | 1B | 127 | 2C | 33 |
| Octal | 260 | 114 | 272 | 5 | 73 | 0 | 33 | 447 | 54 | 63 |
| Binary | 10110000 | 1001100 | 10111010 | 101 | 111011 | 0 | 11011 | 100100111 | 101100 | 110011 |
Color Harmonies of #B04CBA
Complementary color
Monochromatic Colors of #B04CBA
Black with #B04CBA
Text Example
Text Example
White with #B04CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04CBA; }
p { color: rgb(176,76,186); }
H1.HeaderClassName
{
color: #B04CBA;
}
.AnyTagClassName
{
color: #B04CBA;
}
</style>
background-color css
<style>
a { background-color: #B04CBA; }
a { background-color: rgb(176,76,186); }
div.DivClassName
{
background-color: #B04CBA;
}
.BgClassName
{
background-color: #B04CBA;
}
</style>
border-color css
<style>
span { border-color: #B04CBA; }
span { border-color: rgb(176,76,186); }
td.TdClassName
{
border-color: #B04CBA;
}
.TagClassName
{
border-color: #B04CBA;
}
</style>