Shades of Fuchsia #B544BF
Tints of Fuchsia #B544BF
RGB
CMYK
RGB Variations
Color information
#B544BF (or 0xB544BF) is known color: Fuchsia. HEX triplet: B5, 44 and BF. RGB value is (181,68,191). Sum of RGB (Red+Green+Blue) = 181+68+191=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 191 - color contains mainly: blue. Hex color #B544BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B544BF is #4ABB40. Grayscale: #737373. Windows color (decimal): -4897601 or 12534965. OLE color: 12534965.
HSL color Cylindrical-coordinate representation of color #B544BF: hue angle of 295.12º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B544BF is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 68 | 191 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.25 |
| HSL | 295.12º | 0.49% | 0.51% | - |
| HSV(B) | 295.12º | 0.64% | 0.75% | - |
| XYZ | 30.53 | 17.72 | 51.1 | - |
| YUV | 115.81 | 170.44 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 68 | 191 | 0.05 | 0.64 | 0 | 0.25 | 295.12 | 0.49 | 0.51 |
| Hex | B5 | 44 | BF | 5 | 40 | 0 | 19 | 127 | 31 | 33 |
| Octal | 265 | 104 | 277 | 5 | 100 | 0 | 31 | 447 | 61 | 63 |
| Binary | 10110101 | 1000100 | 10111111 | 101 | 1000000 | 0 | 11001 | 100100111 | 110001 | 110011 |
Color Harmonies of #B544BF
Complementary color
Monochromatic Colors of #B544BF
Black with #B544BF
Text Example
Text Example
White with #B544BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B544BF; }
p { color: rgb(181,68,191); }
H1.HeaderClassName
{
color: #B544BF;
}
.AnyTagClassName
{
color: #B544BF;
}
</style>
background-color css
<style>
a { background-color: #B544BF; }
a { background-color: rgb(181,68,191); }
div.DivClassName
{
background-color: #B544BF;
}
.BgClassName
{
background-color: #B544BF;
}
</style>
border-color css
<style>
span { border-color: #B544BF; }
span { border-color: rgb(181,68,191); }
td.TdClassName
{
border-color: #B544BF;
}
.TagClassName
{
border-color: #B544BF;
}
</style>