Shades of Fuchsia #B441B2
Tints of Fuchsia #B441B2
RGB
CMYK
RGB Variations
Color information
#B441B2 (or 0xB441B2) is known color: Fuchsia. HEX triplet: B4, 41 and B2. RGB value is (180,65,178). Sum of RGB (Red+Green+Blue) = 180+65+178=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B441B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B441B2 is #4BBE4D. Grayscale: #6F6F6F. Windows color (decimal): -4963918 or 11682228. OLE color: 11682228.
HSL color Cylindrical-coordinate representation of color #B441B2: hue angle of 301.04º 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 #B441B2 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 65 | 178 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.29 |
| HSL | 301.04º | 0.47% | 0.48% | - |
| HSV(B) | 301.04º | 0.64% | 0.71% | - |
| XYZ | 28.75 | 16.7 | 43.83 | - |
| YUV | 112.27 | 165.1 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 178 | 0 | 0.64 | 0.01 | 0.29 | 301.04 | 0.47 | 0.48 |
| Hex | B4 | 41 | B2 | 0 | 40 | 1 | 1D | 12D | 2F | 30 |
| Octal | 264 | 101 | 262 | 0 | 100 | 1 | 35 | 455 | 57 | 60 |
| Binary | 10110100 | 1000001 | 10110010 | 0 | 1000000 | 1 | 11101 | 100101101 | 101111 | 110000 |
Color Harmonies of #B441B2
Complementary color
Monochromatic Colors of #B441B2
Black with #B441B2
Text Example
Text Example
White with #B441B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B441B2; }
p { color: rgb(180,65,178); }
H1.HeaderClassName
{
color: #B441B2;
}
.AnyTagClassName
{
color: #B441B2;
}
</style>
background-color css
<style>
a { background-color: #B441B2; }
a { background-color: rgb(180,65,178); }
div.DivClassName
{
background-color: #B441B2;
}
.BgClassName
{
background-color: #B441B2;
}
</style>
border-color css
<style>
span { border-color: #B441B2; }
span { border-color: rgb(180,65,178); }
td.TdClassName
{
border-color: #B441B2;
}
.TagClassName
{
border-color: #B441B2;
}
</style>