Shades of Fuchsia #B040B0
Tints of Fuchsia #B040B0
RGB
CMYK
RGB Variations
Color information
#B040B0 (or 0xB040B0) is known color: Fuchsia. HEX triplet: B0, 40 and B0. RGB value is (176,64,176). Sum of RGB (Red+Green+Blue) = 176+64+176=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 176 (69.14% from 255 or 42.31% from 416); Max value from RGB is 176 - color contains mainly: red, blue. Hex color #B040B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B040B0 is #4FBF4F. Grayscale: #6D6D6D. Windows color (decimal): -5226320 or 11550896. OLE color: 11550896.
HSL color Cylindrical-coordinate representation of color #B040B0: hue angle of 300º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B040B0 is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 64 | 176 | - |
| CMYK | 0 | 0.64 | 0 | 0.31 |
| HSL | 300º | 0.47% | 0.47% | - |
| HSV(B) | 300º | 0.64% | 0.69% | - |
| XYZ | 27.57 | 16.03 | 42.72 | - |
| YUV | 110.26 | 165.11 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 176 | 0 | 0.64 | 0 | 0.31 | 300 | 0.47 | 0.47 |
| Hex | B0 | 40 | B0 | 0 | 40 | 0 | 1F | 12C | 2F | 2F |
| Octal | 260 | 100 | 260 | 0 | 100 | 0 | 37 | 454 | 57 | 57 |
| Binary | 10110000 | 1000000 | 10110000 | 0 | 1000000 | 0 | 11111 | 100101100 | 101111 | 101111 |
Color Harmonies of #B040B0
Complementary color
Monochromatic Colors of #B040B0
Black with #B040B0
Text Example
Text Example
White with #B040B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B040B0; }
p { color: rgb(176,64,176); }
H1.HeaderClassName
{
color: #B040B0;
}
.AnyTagClassName
{
color: #B040B0;
}
</style>
background-color css
<style>
a { background-color: #B040B0; }
a { background-color: rgb(176,64,176); }
div.DivClassName
{
background-color: #B040B0;
}
.BgClassName
{
background-color: #B040B0;
}
</style>
border-color css
<style>
span { border-color: #B040B0; }
span { border-color: rgb(176,64,176); }
td.TdClassName
{
border-color: #B040B0;
}
.TagClassName
{
border-color: #B040B0;
}
</style>