Shades of Fuchsia #B541C4
Tints of Fuchsia #B541C4
RGB
CMYK
RGB Variations
Color information
#B541C4 (or 0xB541C4) is known color: Fuchsia. HEX triplet: B5, 41 and C4. RGB value is (181,65,196). Sum of RGB (Red+Green+Blue) = 181+65+196=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 65 (25.78% from 255 or 14.71% from 442); Blue value is 196 (76.95% from 255 or 44.34% from 442); Max value from RGB is 196 - color contains mainly: blue. Hex color #B541C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B541C4 is #4ABE3B. Grayscale: #727272. Windows color (decimal): -4898364 or 12861877. OLE color: 12861877.
HSL color Cylindrical-coordinate representation of color #B541C4: hue angle of 293.13º 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 #B541C4 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 65 | 196 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.23 |
| HSL | 293.13º | 0.53% | 0.51% | - |
| HSV(B) | 293.13º | 0.67% | 0.77% | - |
| XYZ | 30.91 | 17.59 | 53.99 | - |
| YUV | 114.62 | 173.93 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 65 | 196 | 0.08 | 0.67 | 0 | 0.23 | 293.13 | 0.53 | 0.51 |
| Hex | B5 | 41 | C4 | 8 | 43 | 0 | 17 | 125 | 35 | 33 |
| Octal | 265 | 101 | 304 | 10 | 103 | 0 | 27 | 445 | 65 | 63 |
| Binary | 10110101 | 1000001 | 11000100 | 1000 | 1000011 | 0 | 10111 | 100100101 | 110101 | 110011 |
Color Harmonies of #B541C4
Complementary color
Monochromatic Colors of #B541C4
Black with #B541C4
Text Example
Text Example
White with #B541C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B541C4; }
p { color: rgb(181,65,196); }
H1.HeaderClassName
{
color: #B541C4;
}
.AnyTagClassName
{
color: #B541C4;
}
</style>
background-color css
<style>
a { background-color: #B541C4; }
a { background-color: rgb(181,65,196); }
div.DivClassName
{
background-color: #B541C4;
}
.BgClassName
{
background-color: #B541C4;
}
</style>
border-color css
<style>
span { border-color: #B541C4; }
span { border-color: rgb(181,65,196); }
td.TdClassName
{
border-color: #B541C4;
}
.TagClassName
{
border-color: #B541C4;
}
</style>