Shades of Fuchsia #B441C5
Tints of Fuchsia #B441C5
RGB
CMYK
RGB Variations
Color information
#B441C5 (or 0xB441C5) is known color: Fuchsia. HEX triplet: B4, 41 and C5. RGB value is (180,65,197). Sum of RGB (Red+Green+Blue) = 180+65+197=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 65 (25.78% from 255 or 14.71% from 442); Blue value is 197 (77.34% from 255 or 44.57% from 442); Max value from RGB is 197 - color contains mainly: blue. Hex color #B441C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B441C5 is #4BBE3A. Grayscale: #727272. Windows color (decimal): -4963899 or 12927412. OLE color: 12927412.
HSL color Cylindrical-coordinate representation of color #B441C5: hue angle of 292.27º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B441C5 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 180 | 65 | 197 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.23 |
| HSL | 292.27º | 0.53% | 0.51% | - |
| HSV(B) | 292.27º | 0.67% | 0.77% | - |
| XYZ | 30.79 | 17.52 | 54.58 | - |
| YUV | 114.43 | 174.6 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 197 | 0.09 | 0.67 | 0 | 0.23 | 292.27 | 0.53 | 0.51 |
| Hex | B4 | 41 | C5 | 9 | 43 | 0 | 17 | 124 | 35 | 33 |
| Octal | 264 | 101 | 305 | 11 | 103 | 0 | 27 | 444 | 65 | 63 |
| Binary | 10110100 | 1000001 | 11000101 | 1001 | 1000011 | 0 | 10111 | 100100100 | 110101 | 110011 |
Color Harmonies of #B441C5
Complementary color
Monochromatic Colors of #B441C5
Black with #B441C5
Text Example
Text Example
White with #B441C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B441C5; }
p { color: rgb(180,65,197); }
H1.HeaderClassName
{
color: #B441C5;
}
.AnyTagClassName
{
color: #B441C5;
}
</style>
background-color css
<style>
a { background-color: #B441C5; }
a { background-color: rgb(180,65,197); }
div.DivClassName
{
background-color: #B441C5;
}
.BgClassName
{
background-color: #B441C5;
}
</style>
border-color css
<style>
span { border-color: #B441C5; }
span { border-color: rgb(180,65,197); }
td.TdClassName
{
border-color: #B441C5;
}
.TagClassName
{
border-color: #B441C5;
}
</style>