Shades of Fuchsia #B446BC
Tints of Fuchsia #B446BC
RGB
CMYK
RGB Variations
Color information
#B446BC (or 0xB446BC) is known color: Fuchsia. HEX triplet: B4, 46 and BC. RGB value is (180,70,188). Sum of RGB (Red+Green+Blue) = 180+70+188=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: blue. Hex color #B446BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B446BC is #4BB943. Grayscale: #737373. Windows color (decimal): -4962628 or 12338868. OLE color: 12338868.
HSL color Cylindrical-coordinate representation of color #B446BC: hue angle of 295.93º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B446BC is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 70 | 188 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.26 |
| HSL | 295.93º | 0.47% | 0.51% | - |
| HSV(B) | 295.93º | 0.63% | 0.74% | - |
| XYZ | 30.09 | 17.71 | 49.41 | - |
| YUV | 116.34 | 168.44 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 70 | 188 | 0.04 | 0.63 | 0 | 0.26 | 295.93 | 0.47 | 0.51 |
| Hex | B4 | 46 | BC | 4 | 3F | 0 | 1A | 128 | 2F | 33 |
| Octal | 264 | 106 | 274 | 4 | 77 | 0 | 32 | 450 | 57 | 63 |
| Binary | 10110100 | 1000110 | 10111100 | 100 | 111111 | 0 | 11010 | 100101000 | 101111 | 110011 |
Color Harmonies of #B446BC
Complementary color
Monochromatic Colors of #B446BC
Black with #B446BC
Text Example
Text Example
White with #B446BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B446BC; }
p { color: rgb(180,70,188); }
H1.HeaderClassName
{
color: #B446BC;
}
.AnyTagClassName
{
color: #B446BC;
}
</style>
background-color css
<style>
a { background-color: #B446BC; }
a { background-color: rgb(180,70,188); }
div.DivClassName
{
background-color: #B446BC;
}
.BgClassName
{
background-color: #B446BC;
}
</style>
border-color css
<style>
span { border-color: #B446BC; }
span { border-color: rgb(180,70,188); }
td.TdClassName
{
border-color: #B446BC;
}
.TagClassName
{
border-color: #B446BC;
}
</style>