Shades of Fuchsia #B444BA
Tints of Fuchsia #B444BA
RGB
CMYK
RGB Variations
Color information
#B444BA (or 0xB444BA) is known color: Fuchsia. HEX triplet: B4, 44 and BA. RGB value is (180,68,186). Sum of RGB (Red+Green+Blue) = 180+68+186=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #B444BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B444BA is #4BBB45. Grayscale: #727272. Windows color (decimal): -4963142 or 12207284. OLE color: 12207284.
HSL color Cylindrical-coordinate representation of color #B444BA: hue angle of 296.95º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B444BA is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 68 | 186 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.27 |
| HSL | 296.95º | 0.46% | 0.5% | - |
| HSV(B) | 296.95º | 0.63% | 0.73% | - |
| XYZ | 29.75 | 17.38 | 48.24 | - |
| YUV | 114.94 | 168.11 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 186 | 0.03 | 0.63 | 0 | 0.27 | 296.95 | 0.46 | 0.5 |
| Hex | B4 | 44 | BA | 3 | 3F | 0 | 1B | 129 | 2E | 32 |
| Octal | 264 | 104 | 272 | 3 | 77 | 0 | 33 | 451 | 56 | 62 |
| Binary | 10110100 | 1000100 | 10111010 | 11 | 111111 | 0 | 11011 | 100101001 | 101110 | 110010 |
Color Harmonies of #B444BA
Complementary color
Monochromatic Colors of #B444BA
Black with #B444BA
Text Example
Text Example
White with #B444BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B444BA; }
p { color: rgb(180,68,186); }
H1.HeaderClassName
{
color: #B444BA;
}
.AnyTagClassName
{
color: #B444BA;
}
</style>
background-color css
<style>
a { background-color: #B444BA; }
a { background-color: rgb(180,68,186); }
div.DivClassName
{
background-color: #B444BA;
}
.BgClassName
{
background-color: #B444BA;
}
</style>
border-color css
<style>
span { border-color: #B444BA; }
span { border-color: rgb(180,68,186); }
td.TdClassName
{
border-color: #B444BA;
}
.TagClassName
{
border-color: #B444BA;
}
</style>