Shades of Fuchsia #B441B9
Tints of Fuchsia #B441B9
RGB
CMYK
RGB Variations
Color information
#B441B9 (or 0xB441B9) is known color: Fuchsia. HEX triplet: B4, 41 and B9. RGB value is (180,65,185). Sum of RGB (Red+Green+Blue) = 180+65+185=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 185 (72.66% from 255 or 43.02% from 430); Max value from RGB is 185 - color contains mainly: blue. Hex color #B441B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B441B9 is #4BBE46. Grayscale: #707070. Windows color (decimal): -4963911 or 12140980. OLE color: 12140980.
HSL color Cylindrical-coordinate representation of color #B441B9: hue angle of 297.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B441B9 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 65 | 185 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.27 |
| HSL | 297.5º | 0.48% | 0.49% | - |
| HSV(B) | 297.5º | 0.65% | 0.73% | - |
| XYZ | 29.47 | 16.99 | 47.62 | - |
| YUV | 113.07 | 168.6 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 185 | 0.03 | 0.65 | 0 | 0.27 | 297.5 | 0.48 | 0.49 |
| Hex | B4 | 41 | B9 | 3 | 41 | 0 | 1B | 12A | 30 | 31 |
| Octal | 264 | 101 | 271 | 3 | 101 | 0 | 33 | 452 | 60 | 61 |
| Binary | 10110100 | 1000001 | 10111001 | 11 | 1000001 | 0 | 11011 | 100101010 | 110000 | 110001 |
Color Harmonies of #B441B9
Complementary color
Monochromatic Colors of #B441B9
Black with #B441B9
Text Example
Text Example
White with #B441B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B441B9; }
p { color: rgb(180,65,185); }
H1.HeaderClassName
{
color: #B441B9;
}
.AnyTagClassName
{
color: #B441B9;
}
</style>
background-color css
<style>
a { background-color: #B441B9; }
a { background-color: rgb(180,65,185); }
div.DivClassName
{
background-color: #B441B9;
}
.BgClassName
{
background-color: #B441B9;
}
</style>
border-color css
<style>
span { border-color: #B441B9; }
span { border-color: rgb(180,65,185); }
td.TdClassName
{
border-color: #B441B9;
}
.TagClassName
{
border-color: #B441B9;
}
</style>