Shades of Fuchsia #B04CB0
Tints of Fuchsia #B04CB0
RGB
CMYK
RGB Variations
Color information
#B04CB0 (or 0xB04CB0) is known color: Fuchsia. HEX triplet: B0, 4C and B0. RGB value is (176,76,176). Sum of RGB (Red+Green+Blue) = 176+76+176=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 176 (69.14% from 255 or 41.12% from 428); Max value from RGB is 176 - color contains mainly: red, blue. Hex color #B04CB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04CB0 is #4FB34F. Grayscale: #747474. Windows color (decimal): -5223248 or 11553968. OLE color: 11553968.
HSL color Cylindrical-coordinate representation of color #B04CB0: hue angle of 300º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B04CB0 is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 76 | 176 | - |
| CMYK | 0 | 0.57 | 0 | 0.31 |
| HSL | 300º | 0.4% | 0.49% | - |
| HSV(B) | 300º | 0.57% | 0.69% | - |
| XYZ | 28.33 | 17.53 | 42.97 | - |
| YUV | 117.3 | 161.13 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 76 | 176 | 0 | 0.57 | 0 | 0.31 | 300 | 0.4 | 0.49 |
| Hex | B0 | 4C | B0 | 0 | 39 | 0 | 1F | 12C | 28 | 31 |
| Octal | 260 | 114 | 260 | 0 | 71 | 0 | 37 | 454 | 50 | 61 |
| Binary | 10110000 | 1001100 | 10110000 | 0 | 111001 | 0 | 11111 | 100101100 | 101000 | 110001 |
Color Harmonies of #B04CB0
Complementary color
Monochromatic Colors of #B04CB0
Black with #B04CB0
Text Example
Text Example
White with #B04CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04CB0; }
p { color: rgb(176,76,176); }
H1.HeaderClassName
{
color: #B04CB0;
}
.AnyTagClassName
{
color: #B04CB0;
}
</style>
background-color css
<style>
a { background-color: #B04CB0; }
a { background-color: rgb(176,76,176); }
div.DivClassName
{
background-color: #B04CB0;
}
.BgClassName
{
background-color: #B04CB0;
}
</style>
border-color css
<style>
span { border-color: #B04CB0; }
span { border-color: rgb(176,76,176); }
td.TdClassName
{
border-color: #B04CB0;
}
.TagClassName
{
border-color: #B04CB0;
}
</style>