Shades of Fuchsia #B545C1
Tints of Fuchsia #B545C1
RGB
CMYK
RGB Variations
Color information
#B545C1 (or 0xB545C1) is known color: Fuchsia. HEX triplet: B5, 45 and C1. RGB value is (181,69,193). Sum of RGB (Red+Green+Blue) = 181+69+193=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 193 - color contains mainly: blue. Hex color #B545C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B545C1 is #4ABA3E. Grayscale: #747474. Windows color (decimal): -4897343 or 12666293. OLE color: 12666293.
HSL color Cylindrical-coordinate representation of color #B545C1: hue angle of 294.19º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B545C1 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 69 | 193 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.24 |
| HSL | 294.19º | 0.5% | 0.51% | - |
| HSV(B) | 294.19º | 0.64% | 0.76% | - |
| XYZ | 30.81 | 17.93 | 52.29 | - |
| YUV | 116.62 | 171.11 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 193 | 0.06 | 0.64 | 0 | 0.24 | 294.19 | 0.5 | 0.51 |
| Hex | B5 | 45 | C1 | 6 | 40 | 0 | 18 | 126 | 32 | 33 |
| Octal | 265 | 105 | 301 | 6 | 100 | 0 | 30 | 446 | 62 | 63 |
| Binary | 10110101 | 1000101 | 11000001 | 110 | 1000000 | 0 | 11000 | 100100110 | 110010 | 110011 |
Color Harmonies of #B545C1
Complementary color
Monochromatic Colors of #B545C1
Black with #B545C1
Text Example
Text Example
White with #B545C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B545C1; }
p { color: rgb(181,69,193); }
H1.HeaderClassName
{
color: #B545C1;
}
.AnyTagClassName
{
color: #B545C1;
}
</style>
background-color css
<style>
a { background-color: #B545C1; }
a { background-color: rgb(181,69,193); }
div.DivClassName
{
background-color: #B545C1;
}
.BgClassName
{
background-color: #B545C1;
}
</style>
border-color css
<style>
span { border-color: #B545C1; }
span { border-color: rgb(181,69,193); }
td.TdClassName
{
border-color: #B545C1;
}
.TagClassName
{
border-color: #B545C1;
}
</style>