Shades of Fuchsia #B441BC
Tints of Fuchsia #B441BC
RGB
CMYK
RGB Variations
Color information
#B441BC (or 0xB441BC) is known color: Fuchsia. HEX triplet: B4, 41 and BC. RGB value is (180,65,188). Sum of RGB (Red+Green+Blue) = 180+65+188=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #B441BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B441BC is #4BBE43. Grayscale: #717171. Windows color (decimal): -4963908 or 12337588. OLE color: 12337588.
HSL color Cylindrical-coordinate representation of color #B441BC: hue angle of 296.1º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B441BC is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 65 | 188 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.26 |
| HSL | 296.1º | 0.49% | 0.5% | - |
| HSV(B) | 296.1º | 0.65% | 0.74% | - |
| XYZ | 29.79 | 17.11 | 49.31 | - |
| YUV | 113.41 | 170.1 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 188 | 0.04 | 0.65 | 0 | 0.26 | 296.1 | 0.49 | 0.5 |
| Hex | B4 | 41 | BC | 4 | 41 | 0 | 1A | 128 | 31 | 32 |
| Octal | 264 | 101 | 274 | 4 | 101 | 0 | 32 | 450 | 61 | 62 |
| Binary | 10110100 | 1000001 | 10111100 | 100 | 1000001 | 0 | 11010 | 100101000 | 110001 | 110010 |
Color Harmonies of #B441BC
Complementary color
Monochromatic Colors of #B441BC
Black with #B441BC
Text Example
Text Example
White with #B441BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B441BC; }
p { color: rgb(180,65,188); }
H1.HeaderClassName
{
color: #B441BC;
}
.AnyTagClassName
{
color: #B441BC;
}
</style>
background-color css
<style>
a { background-color: #B441BC; }
a { background-color: rgb(180,65,188); }
div.DivClassName
{
background-color: #B441BC;
}
.BgClassName
{
background-color: #B441BC;
}
</style>
border-color css
<style>
span { border-color: #B441BC; }
span { border-color: rgb(180,65,188); }
td.TdClassName
{
border-color: #B441BC;
}
.TagClassName
{
border-color: #B441BC;
}
</style>