Shades of Fuchsia #B547C1
Tints of Fuchsia #B547C1
RGB
CMYK
RGB Variations
Color information
#B547C1 (or 0xB547C1) is known color: Fuchsia. HEX triplet: B5, 47 and C1. RGB value is (181,71,193). Sum of RGB (Red+Green+Blue) = 181+71+193=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 193 (75.78% from 255 or 43.37% from 445); Max value from RGB is 193 - color contains mainly: blue. Hex color #B547C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B547C1 is #4AB83E. Grayscale: #757575. Windows color (decimal): -4896831 or 12666805. OLE color: 12666805.
HSL color Cylindrical-coordinate representation of color #B547C1: hue angle of 294.1º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B547C1 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 71 | 193 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.24 |
| HSL | 294.1º | 0.5% | 0.52% | - |
| HSV(B) | 294.1º | 0.63% | 0.76% | - |
| XYZ | 30.93 | 18.18 | 52.33 | - |
| YUV | 117.8 | 170.44 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 193 | 0.06 | 0.63 | 0 | 0.24 | 294.1 | 0.5 | 0.52 |
| Hex | B5 | 47 | C1 | 6 | 3F | 0 | 18 | 126 | 32 | 34 |
| Octal | 265 | 107 | 301 | 6 | 77 | 0 | 30 | 446 | 62 | 64 |
| Binary | 10110101 | 1000111 | 11000001 | 110 | 111111 | 0 | 11000 | 100100110 | 110010 | 110100 |
Color Harmonies of #B547C1
Complementary color
Monochromatic Colors of #B547C1
Black with #B547C1
Text Example
Text Example
White with #B547C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B547C1; }
p { color: rgb(181,71,193); }
H1.HeaderClassName
{
color: #B547C1;
}
.AnyTagClassName
{
color: #B547C1;
}
</style>
background-color css
<style>
a { background-color: #B547C1; }
a { background-color: rgb(181,71,193); }
div.DivClassName
{
background-color: #B547C1;
}
.BgClassName
{
background-color: #B547C1;
}
</style>
border-color css
<style>
span { border-color: #B547C1; }
span { border-color: rgb(181,71,193); }
td.TdClassName
{
border-color: #B547C1;
}
.TagClassName
{
border-color: #B547C1;
}
</style>