Shades of Fuchsia #B04BBF
Tints of Fuchsia #B04BBF
RGB
CMYK
RGB Variations
Color information
#B04BBF (or 0xB04BBF) is known color: Fuchsia. HEX triplet: B0, 4B and BF. RGB value is (176,75,191). Sum of RGB (Red+Green+Blue) = 176+75+191=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #B04BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04BBF is #4FB440. Grayscale: #767676. Windows color (decimal): -5223489 or 12536752. OLE color: 12536752.
HSL color Cylindrical-coordinate representation of color #B04BBF: hue angle of 292.24º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B04BBF is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 75 | 191 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.25 |
| HSL | 292.24º | 0.48% | 0.52% | - |
| HSV(B) | 292.24º | 0.61% | 0.75% | - |
| XYZ | 29.82 | 18.02 | 51.2 | - |
| YUV | 118.42 | 168.96 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 75 | 191 | 0.08 | 0.61 | 0 | 0.25 | 292.24 | 0.48 | 0.52 |
| Hex | B0 | 4B | BF | 8 | 3D | 0 | 19 | 124 | 30 | 34 |
| Octal | 260 | 113 | 277 | 10 | 75 | 0 | 31 | 444 | 60 | 64 |
| Binary | 10110000 | 1001011 | 10111111 | 1000 | 111101 | 0 | 11001 | 100100100 | 110000 | 110100 |
Color Harmonies of #B04BBF
Complementary color
Monochromatic Colors of #B04BBF
Black with #B04BBF
Text Example
Text Example
White with #B04BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04BBF; }
p { color: rgb(176,75,191); }
H1.HeaderClassName
{
color: #B04BBF;
}
.AnyTagClassName
{
color: #B04BBF;
}
</style>
background-color css
<style>
a { background-color: #B04BBF; }
a { background-color: rgb(176,75,191); }
div.DivClassName
{
background-color: #B04BBF;
}
.BgClassName
{
background-color: #B04BBF;
}
</style>
border-color css
<style>
span { border-color: #B04BBF; }
span { border-color: rgb(176,75,191); }
td.TdClassName
{
border-color: #B04BBF;
}
.TagClassName
{
border-color: #B04BBF;
}
</style>