Shades of Fuchsia #B444AF
Tints of Fuchsia #B444AF
RGB
CMYK
RGB Variations
Color information
#B444AF (or 0xB444AF) is known color: Fuchsia. HEX triplet: B4, 44 and AF. RGB value is (180,68,175). Sum of RGB (Red+Green+Blue) = 180+68+175=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 68 (26.95% from 255 or 16.08% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B444AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B444AF is #4BBB50. Grayscale: #717171. Windows color (decimal): -4963153 or 11486388. OLE color: 11486388.
HSL color Cylindrical-coordinate representation of color #B444AF: hue angle of 302.68º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B444AF is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 68 | 175 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.29 |
| HSL | 302.68º | 0.45% | 0.49% | - |
| HSV(B) | 302.68º | 0.62% | 0.71% | - |
| XYZ | 28.63 | 16.93 | 42.32 | - |
| YUV | 113.69 | 162.61 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 175 | 0 | 0.62 | 0.03 | 0.29 | 302.68 | 0.45 | 0.49 |
| Hex | B4 | 44 | AF | 0 | 3E | 3 | 1D | 12F | 2D | 31 |
| Octal | 264 | 104 | 257 | 0 | 76 | 3 | 35 | 457 | 55 | 61 |
| Binary | 10110100 | 1000100 | 10101111 | 0 | 111110 | 11 | 11101 | 100101111 | 101101 | 110001 |
Color Harmonies of #B444AF
Complementary color
Monochromatic Colors of #B444AF
Black with #B444AF
Text Example
Text Example
White with #B444AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B444AF; }
p { color: rgb(180,68,175); }
H1.HeaderClassName
{
color: #B444AF;
}
.AnyTagClassName
{
color: #B444AF;
}
</style>
background-color css
<style>
a { background-color: #B444AF; }
a { background-color: rgb(180,68,175); }
div.DivClassName
{
background-color: #B444AF;
}
.BgClassName
{
background-color: #B444AF;
}
</style>
border-color css
<style>
span { border-color: #B444AF; }
span { border-color: rgb(180,68,175); }
td.TdClassName
{
border-color: #B444AF;
}
.TagClassName
{
border-color: #B444AF;
}
</style>