Shades of Fuchsia #B444B4
Tints of Fuchsia #B444B4
RGB
CMYK
RGB Variations
Color information
#B444B4 (or 0xB444B4) is known color: Fuchsia. HEX triplet: B4, 44 and B4. RGB value is (180,68,180). Sum of RGB (Red+Green+Blue) = 180+68+180=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 68 (26.95% from 255 or 15.89% from 428); Blue value is 180 (70.70% from 255 or 42.06% from 428); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B444B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B444B4 is #4BBB4B. Grayscale: #717171. Windows color (decimal): -4963148 or 11814068. OLE color: 11814068.
HSL color Cylindrical-coordinate representation of color #B444B4: hue angle of 300º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B444B4 is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 68 | 180 | - |
| CMYK | 0 | 0.62 | 0 | 0.29 |
| HSL | 300º | 0.45% | 0.49% | - |
| HSV(B) | 300º | 0.62% | 0.71% | - |
| XYZ | 29.13 | 17.13 | 44.95 | - |
| YUV | 114.26 | 165.11 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 180 | 0 | 0.62 | 0 | 0.29 | 300 | 0.45 | 0.49 |
| Hex | B4 | 44 | B4 | 0 | 3E | 0 | 1D | 12C | 2D | 31 |
| Octal | 264 | 104 | 264 | 0 | 76 | 0 | 35 | 454 | 55 | 61 |
| Binary | 10110100 | 1000100 | 10110100 | 0 | 111110 | 0 | 11101 | 100101100 | 101101 | 110001 |
Color Harmonies of #B444B4
Complementary color
Monochromatic Colors of #B444B4
Black with #B444B4
Text Example
Text Example
White with #B444B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B444B4; }
p { color: rgb(180,68,180); }
H1.HeaderClassName
{
color: #B444B4;
}
.AnyTagClassName
{
color: #B444B4;
}
</style>
background-color css
<style>
a { background-color: #B444B4; }
a { background-color: rgb(180,68,180); }
div.DivClassName
{
background-color: #B444B4;
}
.BgClassName
{
background-color: #B444B4;
}
</style>
border-color css
<style>
span { border-color: #B444B4; }
span { border-color: rgb(180,68,180); }
td.TdClassName
{
border-color: #B444B4;
}
.TagClassName
{
border-color: #B444B4;
}
</style>