Shades of Fuchsia #B441BD
Tints of Fuchsia #B441BD
RGB
CMYK
RGB Variations
Color information
#B441BD (or 0xB441BD) is known color: Fuchsia. HEX triplet: B4, 41 and BD. RGB value is (180,65,189). Sum of RGB (Red+Green+Blue) = 180+65+189=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #B441BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B441BD is #4BBE42. Grayscale: #717171. Windows color (decimal): -4963907 or 12403124. OLE color: 12403124.
HSL color Cylindrical-coordinate representation of color #B441BD: hue angle of 295.65º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B441BD is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 65 | 189 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.26 |
| HSL | 295.65º | 0.49% | 0.5% | - |
| HSV(B) | 295.65º | 0.66% | 0.74% | - |
| XYZ | 29.9 | 17.16 | 49.88 | - |
| YUV | 113.52 | 170.6 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 189 | 0.05 | 0.66 | 0 | 0.26 | 295.65 | 0.49 | 0.5 |
| Hex | B4 | 41 | BD | 5 | 42 | 0 | 1A | 128 | 31 | 32 |
| Octal | 264 | 101 | 275 | 5 | 102 | 0 | 32 | 450 | 61 | 62 |
| Binary | 10110100 | 1000001 | 10111101 | 101 | 1000010 | 0 | 11010 | 100101000 | 110001 | 110010 |
Color Harmonies of #B441BD
Complementary color
Monochromatic Colors of #B441BD
Black with #B441BD
Text Example
Text Example
White with #B441BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B441BD; }
p { color: rgb(180,65,189); }
H1.HeaderClassName
{
color: #B441BD;
}
.AnyTagClassName
{
color: #B441BD;
}
</style>
background-color css
<style>
a { background-color: #B441BD; }
a { background-color: rgb(180,65,189); }
div.DivClassName
{
background-color: #B441BD;
}
.BgClassName
{
background-color: #B441BD;
}
</style>
border-color css
<style>
span { border-color: #B441BD; }
span { border-color: rgb(180,65,189); }
td.TdClassName
{
border-color: #B441BD;
}
.TagClassName
{
border-color: #B441BD;
}
</style>