Shades of Fuchsia #B440B4
Tints of Fuchsia #B440B4
RGB
CMYK
RGB Variations
Color information
#B440B4 (or 0xB440B4) is known color: Fuchsia. HEX triplet: B4, 40 and B4. RGB value is (180,64,180). Sum of RGB (Red+Green+Blue) = 180+64+180=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 180 (70.70% from 255 or 42.45% from 424); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B440B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B440B4 is #4BBF4B. Grayscale: #6F6F6F. Windows color (decimal): -4964172 or 11813044. OLE color: 11813044.
HSL color Cylindrical-coordinate representation of color #B440B4: hue angle of 300º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B440B4 is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 64 | 180 | - |
| CMYK | 0 | 0.64 | 0 | 0.29 |
| HSL | 300º | 0.48% | 0.48% | - |
| HSV(B) | 300º | 0.64% | 0.71% | - |
| XYZ | 28.89 | 16.67 | 44.87 | - |
| YUV | 111.91 | 166.43 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 64 | 180 | 0 | 0.64 | 0 | 0.29 | 300 | 0.48 | 0.48 |
| Hex | B4 | 40 | B4 | 0 | 40 | 0 | 1D | 12C | 30 | 30 |
| Octal | 264 | 100 | 264 | 0 | 100 | 0 | 35 | 454 | 60 | 60 |
| Binary | 10110100 | 1000000 | 10110100 | 0 | 1000000 | 0 | 11101 | 100101100 | 110000 | 110000 |
Color Harmonies of #B440B4
Complementary color
Monochromatic Colors of #B440B4
Black with #B440B4
Text Example
Text Example
White with #B440B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B440B4; }
p { color: rgb(180,64,180); }
H1.HeaderClassName
{
color: #B440B4;
}
.AnyTagClassName
{
color: #B440B4;
}
</style>
background-color css
<style>
a { background-color: #B440B4; }
a { background-color: rgb(180,64,180); }
div.DivClassName
{
background-color: #B440B4;
}
.BgClassName
{
background-color: #B440B4;
}
</style>
border-color css
<style>
span { border-color: #B440B4; }
span { border-color: rgb(180,64,180); }
td.TdClassName
{
border-color: #B440B4;
}
.TagClassName
{
border-color: #B440B4;
}
</style>