Shades of Fuchsia #B446B7
Tints of Fuchsia #B446B7
RGB
CMYK
RGB Variations
Color information
#B446B7 (or 0xB446B7) is known color: Fuchsia. HEX triplet: B4, 46 and B7. RGB value is (180,70,183). Sum of RGB (Red+Green+Blue) = 180+70+183=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 70 (27.73% from 255 or 16.17% from 433); Blue value is 183 (71.88% from 255 or 42.26% from 433); Max value from RGB is 183 - color contains mainly: blue. Hex color #B446B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B446B7 is #4BB948. Grayscale: #737373. Windows color (decimal): -4962633 or 12011188. OLE color: 12011188.
HSL color Cylindrical-coordinate representation of color #B446B7: hue angle of 298.41º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B446B7 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 180 | 70 | 183 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.28 |
| HSL | 298.41º | 0.45% | 0.5% | - |
| HSV(B) | 298.41º | 0.62% | 0.72% | - |
| XYZ | 29.56 | 17.5 | 46.62 | - |
| YUV | 115.77 | 165.94 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 70 | 183 | 0.02 | 0.62 | 0 | 0.28 | 298.41 | 0.45 | 0.5 |
| Hex | B4 | 46 | B7 | 2 | 3E | 0 | 1C | 12A | 2D | 32 |
| Octal | 264 | 106 | 267 | 2 | 76 | 0 | 34 | 452 | 55 | 62 |
| Binary | 10110100 | 1000110 | 10110111 | 10 | 111110 | 0 | 11100 | 100101010 | 101101 | 110010 |
Color Harmonies of #B446B7
Complementary color
Monochromatic Colors of #B446B7
Black with #B446B7
Text Example
Text Example
White with #B446B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B446B7; }
p { color: rgb(180,70,183); }
H1.HeaderClassName
{
color: #B446B7;
}
.AnyTagClassName
{
color: #B446B7;
}
</style>
background-color css
<style>
a { background-color: #B446B7; }
a { background-color: rgb(180,70,183); }
div.DivClassName
{
background-color: #B446B7;
}
.BgClassName
{
background-color: #B446B7;
}
</style>
border-color css
<style>
span { border-color: #B446B7; }
span { border-color: rgb(180,70,183); }
td.TdClassName
{
border-color: #B446B7;
}
.TagClassName
{
border-color: #B446B7;
}
</style>