Shades of Fuchsia #B444B6
Tints of Fuchsia #B444B6
RGB
CMYK
RGB Variations
Color information
#B444B6 (or 0xB444B6) is known color: Fuchsia. HEX triplet: B4, 44 and B6. RGB value is (180,68,182). Sum of RGB (Red+Green+Blue) = 180+68+182=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 182 (71.48% from 255 or 42.33% from 430); Max value from RGB is 182 - color contains mainly: blue. Hex color #B444B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B444B6 is #4BBB49. Grayscale: #727272. Windows color (decimal): -4963146 or 11945140. OLE color: 11945140.
HSL color Cylindrical-coordinate representation of color #B444B6: hue angle of 298.95º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B444B6 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 180 | 68 | 182 | - |
CMYK | 0.01 | 0.63 | 0 | 0.29 |
HSL | 298.95º | 0.46% | 0.49% | - |
HSV(B) | 298.95º | 0.63% | 0.71% | - |
XYZ | 29.33 | 17.21 | 46.03 | - |
YUV | 114.48 | 166.11 | 174.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 68 | 182 | 0.01 | 0.63 | 0 | 0.29 | 298.95 | 0.46 | 0.49 |
Hex | B4 | 44 | B6 | 1 | 3F | 0 | 1D | 12B | 2E | 31 |
Octal | 264 | 104 | 266 | 1 | 77 | 0 | 35 | 453 | 56 | 61 |
Binary | 10110100 | 1000100 | 10110110 | 1 | 111111 | 0 | 11101 | 100101011 | 101110 | 110001 |
Color Harmonies of #B444B6
Complementary color
Monochromatic Colors of #B444B6
Black with #B444B6
Text Example
Text Example
White with #B444B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B444B6; }
p { color: rgb(180,68,182); }
H1.HeaderClassName
{
color: #B444B6;
}
.AnyTagClassName
{
color: #B444B6;
}
</style>
background-color css
<style>
a { background-color: #B444B6; }
a { background-color: rgb(180,68,182); }
div.DivClassName
{
background-color: #B444B6;
}
.BgClassName
{
background-color: #B444B6;
}
</style>
border-color css
<style>
span { border-color: #B444B6; }
span { border-color: rgb(180,68,182); }
td.TdClassName
{
border-color: #B444B6;
}
.TagClassName
{
border-color: #B444B6;
}
</style>