Shades of Fuchsia #B444BD
Tints of Fuchsia #B444BD
RGB
CMYK
RGB Variations
Color information
#B444BD (or 0xB444BD) is known color: Fuchsia. HEX triplet: B4, 44 and BD. RGB value is (180,68,189). Sum of RGB (Red+Green+Blue) = 180+68+189=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #B444BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B444BD is #4BBB42. Grayscale: #727272. Windows color (decimal): -4963139 or 12403892. OLE color: 12403892.
HSL color Cylindrical-coordinate representation of color #B444BD: hue angle of 295.54º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B444BD is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 68 | 189 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.26 |
| HSL | 295.54º | 0.48% | 0.5% | - |
| HSV(B) | 295.54º | 0.64% | 0.74% | - |
| XYZ | 30.07 | 17.51 | 49.94 | - |
| YUV | 115.28 | 169.61 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 189 | 0.05 | 0.64 | 0 | 0.26 | 295.54 | 0.48 | 0.5 |
| Hex | B4 | 44 | BD | 5 | 40 | 0 | 1A | 128 | 30 | 32 |
| Octal | 264 | 104 | 275 | 5 | 100 | 0 | 32 | 450 | 60 | 62 |
| Binary | 10110100 | 1000100 | 10111101 | 101 | 1000000 | 0 | 11010 | 100101000 | 110000 | 110010 |
Color Harmonies of #B444BD
Complementary color
Monochromatic Colors of #B444BD
Black with #B444BD
Text Example
Text Example
White with #B444BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B444BD; }
p { color: rgb(180,68,189); }
H1.HeaderClassName
{
color: #B444BD;
}
.AnyTagClassName
{
color: #B444BD;
}
</style>
background-color css
<style>
a { background-color: #B444BD; }
a { background-color: rgb(180,68,189); }
div.DivClassName
{
background-color: #B444BD;
}
.BgClassName
{
background-color: #B444BD;
}
</style>
border-color css
<style>
span { border-color: #B444BD; }
span { border-color: rgb(180,68,189); }
td.TdClassName
{
border-color: #B444BD;
}
.TagClassName
{
border-color: #B444BD;
}
</style>