Shades of Fuchsia #B440B3
Tints of Fuchsia #B440B3
RGB
CMYK
RGB Variations
Color information
#B440B3 (or 0xB440B3) is known color: Fuchsia. HEX triplet: B4, 40 and B3. RGB value is (180,64,179). Sum of RGB (Red+Green+Blue) = 180+64+179=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B440B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B440B3 is #4BBF4C. Grayscale: #6F6F6F. Windows color (decimal): -4964173 or 11747508. OLE color: 11747508.
HSL color Cylindrical-coordinate representation of color #B440B3: hue angle of 300.52º 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 #B440B3 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 64 | 179 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.29 |
| HSL | 300.52º | 0.48% | 0.48% | - |
| HSV(B) | 300.52º | 0.64% | 0.71% | - |
| XYZ | 28.79 | 16.62 | 44.34 | - |
| YUV | 111.79 | 165.93 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 64 | 179 | 0 | 0.64 | 0.01 | 0.29 | 300.52 | 0.48 | 0.48 |
| Hex | B4 | 40 | B3 | 0 | 40 | 1 | 1D | 12D | 30 | 30 |
| Octal | 264 | 100 | 263 | 0 | 100 | 1 | 35 | 455 | 60 | 60 |
| Binary | 10110100 | 1000000 | 10110011 | 0 | 1000000 | 1 | 11101 | 100101101 | 110000 | 110000 |
Color Harmonies of #B440B3
Complementary color
Monochromatic Colors of #B440B3
Black with #B440B3
Text Example
Text Example
White with #B440B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B440B3; }
p { color: rgb(180,64,179); }
H1.HeaderClassName
{
color: #B440B3;
}
.AnyTagClassName
{
color: #B440B3;
}
</style>
background-color css
<style>
a { background-color: #B440B3; }
a { background-color: rgb(180,64,179); }
div.DivClassName
{
background-color: #B440B3;
}
.BgClassName
{
background-color: #B440B3;
}
</style>
border-color css
<style>
span { border-color: #B440B3; }
span { border-color: rgb(180,64,179); }
td.TdClassName
{
border-color: #B440B3;
}
.TagClassName
{
border-color: #B440B3;
}
</style>