Shades of Fuchsia #B541BE
Tints of Fuchsia #B541BE
RGB
CMYK
RGB Variations
Color information
#B541BE (or 0xB541BE) is known color: Fuchsia. HEX triplet: B5, 41 and BE. RGB value is (181,65,190). Sum of RGB (Red+Green+Blue) = 181+65+190=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #B541BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B541BE is #4ABE41. Grayscale: #717171. Windows color (decimal): -4898370 or 12468661. OLE color: 12468661.
HSL color Cylindrical-coordinate representation of color #B541BE: hue angle of 295.68º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B541BE is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 65 | 190 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.25 |
| HSL | 295.68º | 0.49% | 0.5% | - |
| HSV(B) | 295.68º | 0.66% | 0.75% | - |
| XYZ | 30.24 | 17.32 | 50.46 | - |
| YUV | 113.93 | 170.93 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 65 | 190 | 0.05 | 0.66 | 0 | 0.25 | 295.68 | 0.49 | 0.5 |
| Hex | B5 | 41 | BE | 5 | 42 | 0 | 19 | 128 | 31 | 32 |
| Octal | 265 | 101 | 276 | 5 | 102 | 0 | 31 | 450 | 61 | 62 |
| Binary | 10110101 | 1000001 | 10111110 | 101 | 1000010 | 0 | 11001 | 100101000 | 110001 | 110010 |
Color Harmonies of #B541BE
Complementary color
Monochromatic Colors of #B541BE
Black with #B541BE
Text Example
Text Example
White with #B541BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B541BE; }
p { color: rgb(181,65,190); }
H1.HeaderClassName
{
color: #B541BE;
}
.AnyTagClassName
{
color: #B541BE;
}
</style>
background-color css
<style>
a { background-color: #B541BE; }
a { background-color: rgb(181,65,190); }
div.DivClassName
{
background-color: #B541BE;
}
.BgClassName
{
background-color: #B541BE;
}
</style>
border-color css
<style>
span { border-color: #B541BE; }
span { border-color: rgb(181,65,190); }
td.TdClassName
{
border-color: #B541BE;
}
.TagClassName
{
border-color: #B541BE;
}
</style>