Shades of Fuchsia #B545BC
Tints of Fuchsia #B545BC
RGB
CMYK
RGB Variations
Color information
#B545BC (or 0xB545BC) is known color: Fuchsia. HEX triplet: B5, 45 and BC. RGB value is (181,69,188). Sum of RGB (Red+Green+Blue) = 181+69+188=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 69 (27.34% from 255 or 15.75% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: blue. Hex color #B545BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B545BC is #4ABA43. Grayscale: #737373. Windows color (decimal): -4897348 or 12338613. OLE color: 12338613.
HSL color Cylindrical-coordinate representation of color #B545BC: hue angle of 296.47º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B545BC is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 69 | 188 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.26 |
| HSL | 296.47º | 0.47% | 0.5% | - |
| HSV(B) | 296.47º | 0.63% | 0.74% | - |
| XYZ | 30.26 | 17.71 | 49.4 | - |
| YUV | 116.05 | 168.61 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 188 | 0.04 | 0.63 | 0 | 0.26 | 296.47 | 0.47 | 0.5 |
| Hex | B5 | 45 | BC | 4 | 3F | 0 | 1A | 128 | 2F | 32 |
| Octal | 265 | 105 | 274 | 4 | 77 | 0 | 32 | 450 | 57 | 62 |
| Binary | 10110101 | 1000101 | 10111100 | 100 | 111111 | 0 | 11010 | 100101000 | 101111 | 110010 |
Color Harmonies of #B545BC
Complementary color
Monochromatic Colors of #B545BC
Black with #B545BC
Text Example
Text Example
White with #B545BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B545BC; }
p { color: rgb(181,69,188); }
H1.HeaderClassName
{
color: #B545BC;
}
.AnyTagClassName
{
color: #B545BC;
}
</style>
background-color css
<style>
a { background-color: #B545BC; }
a { background-color: rgb(181,69,188); }
div.DivClassName
{
background-color: #B545BC;
}
.BgClassName
{
background-color: #B545BC;
}
</style>
border-color css
<style>
span { border-color: #B545BC; }
span { border-color: rgb(181,69,188); }
td.TdClassName
{
border-color: #B545BC;
}
.TagClassName
{
border-color: #B545BC;
}
</style>