Shades of Fuchsia #B540C1
Tints of Fuchsia #B540C1
RGB
CMYK
RGB Variations
Color information
#B540C1 (or 0xB540C1) is known color: Fuchsia. HEX triplet: B5, 40 and C1. RGB value is (181,64,193). Sum of RGB (Red+Green+Blue) = 181+64+193=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 193 - color contains mainly: blue. Hex color #B540C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B540C1 is #4ABF3E. Grayscale: #717171. Windows color (decimal): -4898623 or 12665013. OLE color: 12665013.
HSL color Cylindrical-coordinate representation of color #B540C1: hue angle of 294.42º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B540C1 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 64 | 193 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.24 |
| HSL | 294.42º | 0.51% | 0.5% | - |
| HSV(B) | 294.42º | 0.67% | 0.76% | - |
| XYZ | 30.52 | 17.34 | 52.19 | - |
| YUV | 113.69 | 172.76 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 193 | 0.06 | 0.67 | 0 | 0.24 | 294.42 | 0.51 | 0.5 |
| Hex | B5 | 40 | C1 | 6 | 43 | 0 | 18 | 126 | 33 | 32 |
| Octal | 265 | 100 | 301 | 6 | 103 | 0 | 30 | 446 | 63 | 62 |
| Binary | 10110101 | 1000000 | 11000001 | 110 | 1000011 | 0 | 11000 | 100100110 | 110011 | 110010 |
Color Harmonies of #B540C1
Complementary color
Monochromatic Colors of #B540C1
Black with #B540C1
Text Example
Text Example
White with #B540C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B540C1; }
p { color: rgb(181,64,193); }
H1.HeaderClassName
{
color: #B540C1;
}
.AnyTagClassName
{
color: #B540C1;
}
</style>
background-color css
<style>
a { background-color: #B540C1; }
a { background-color: rgb(181,64,193); }
div.DivClassName
{
background-color: #B540C1;
}
.BgClassName
{
background-color: #B540C1;
}
</style>
border-color css
<style>
span { border-color: #B540C1; }
span { border-color: rgb(181,64,193); }
td.TdClassName
{
border-color: #B540C1;
}
.TagClassName
{
border-color: #B540C1;
}
</style>