Shades of Fuchsia #B441AF
Tints of Fuchsia #B441AF
RGB
CMYK
RGB Variations
Color information
#B441AF (or 0xB441AF) is known color: Fuchsia. HEX triplet: B4, 41 and AF. RGB value is (180,65,175). Sum of RGB (Red+Green+Blue) = 180+65+175=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B441AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B441AF is #4BBE50. Grayscale: #6F6F6F. Windows color (decimal): -4963921 or 11485620. OLE color: 11485620.
HSL color Cylindrical-coordinate representation of color #B441AF: hue angle of 302.61º degrees, saturation: 0.47, 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 #B441AF is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 65 | 175 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.29 |
| HSL | 302.61º | 0.47% | 0.48% | - |
| HSV(B) | 302.61º | 0.64% | 0.71% | - |
| XYZ | 28.45 | 16.58 | 42.26 | - |
| YUV | 111.93 | 163.6 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 175 | 0 | 0.64 | 0.03 | 0.29 | 302.61 | 0.47 | 0.48 |
| Hex | B4 | 41 | AF | 0 | 40 | 3 | 1D | 12F | 2F | 30 |
| Octal | 264 | 101 | 257 | 0 | 100 | 3 | 35 | 457 | 57 | 60 |
| Binary | 10110100 | 1000001 | 10101111 | 0 | 1000000 | 11 | 11101 | 100101111 | 101111 | 110000 |
Color Harmonies of #B441AF
Complementary color
Monochromatic Colors of #B441AF
Black with #B441AF
Text Example
Text Example
White with #B441AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B441AF; }
p { color: rgb(180,65,175); }
H1.HeaderClassName
{
color: #B441AF;
}
.AnyTagClassName
{
color: #B441AF;
}
</style>
background-color css
<style>
a { background-color: #B441AF; }
a { background-color: rgb(180,65,175); }
div.DivClassName
{
background-color: #B441AF;
}
.BgClassName
{
background-color: #B441AF;
}
</style>
border-color css
<style>
span { border-color: #B441AF; }
span { border-color: rgb(180,65,175); }
td.TdClassName
{
border-color: #B441AF;
}
.TagClassName
{
border-color: #B441AF;
}
</style>