Shades of Fuchsia #B44BBD
Tints of Fuchsia #B44BBD
RGB
CMYK
RGB Variations
Color information
#B44BBD (or 0xB44BBD) is known color: Fuchsia. HEX triplet: B4, 4B and BD. RGB value is (180,75,189). Sum of RGB (Red+Green+Blue) = 180+75+189=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 75 (29.69% from 255 or 16.89% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #B44BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44BBD is #4BB442. Grayscale: #777777. Windows color (decimal): -4961347 or 12405684. OLE color: 12405684.
HSL color Cylindrical-coordinate representation of color #B44BBD: hue angle of 295.26º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B44BBD is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 75 | 189 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.26 |
| HSL | 295.26º | 0.46% | 0.52% | - |
| HSV(B) | 295.26º | 0.6% | 0.74% | - |
| XYZ | 30.52 | 18.41 | 50.09 | - |
| YUV | 119.39 | 167.29 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 75 | 189 | 0.05 | 0.60 | 0 | 0.26 | 295.26 | 0.46 | 0.52 |
| Hex | B4 | 4B | BD | 5 | 3C | 0 | 1A | 127 | 2E | 34 |
| Octal | 264 | 113 | 275 | 5 | 74 | 0 | 32 | 447 | 56 | 64 |
| Binary | 10110100 | 1001011 | 10111101 | 101 | 111100 | 0 | 11010 | 100100111 | 101110 | 110100 |
Color Harmonies of #B44BBD
Complementary color
Monochromatic Colors of #B44BBD
Black with #B44BBD
Text Example
Text Example
White with #B44BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44BBD; }
p { color: rgb(180,75,189); }
H1.HeaderClassName
{
color: #B44BBD;
}
.AnyTagClassName
{
color: #B44BBD;
}
</style>
background-color css
<style>
a { background-color: #B44BBD; }
a { background-color: rgb(180,75,189); }
div.DivClassName
{
background-color: #B44BBD;
}
.BgClassName
{
background-color: #B44BBD;
}
</style>
border-color css
<style>
span { border-color: #B44BBD; }
span { border-color: rgb(180,75,189); }
td.TdClassName
{
border-color: #B44BBD;
}
.TagClassName
{
border-color: #B44BBD;
}
</style>