Shades of Fuchsia #B64AB3
Tints of Fuchsia #B64AB3
RGB
CMYK
RGB Variations
Color information
#B64AB3 (or 0xB64AB3) is known color: Fuchsia. HEX triplet: B6, 4A and B3. RGB value is (182,74,179). Sum of RGB (Red+Green+Blue) = 182+74+179=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 179 (70.31% from 255 or 41.15% from 435); Max value from RGB is 182 - color contains mainly: red. Hex color #B64AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64AB3 is #49B54C. Grayscale: #757575. Windows color (decimal): -4830541 or 11750070. OLE color: 11750070.
HSL color Cylindrical-coordinate representation of color #B64AB3: hue angle of 301.67º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B64AB3 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 74 | 179 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.29 |
| HSL | 301.67º | 0.43% | 0.5% | - |
| HSV(B) | 301.67º | 0.59% | 0.71% | - |
| XYZ | 29.88 | 18.1 | 44.57 | - |
| YUV | 118.26 | 162.28 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 74 | 179 | 0 | 0.59 | 0.02 | 0.29 | 301.67 | 0.43 | 0.5 |
| Hex | B6 | 4A | B3 | 0 | 3B | 2 | 1D | 12E | 2B | 32 |
| Octal | 266 | 112 | 263 | 0 | 73 | 2 | 35 | 456 | 53 | 62 |
| Binary | 10110110 | 1001010 | 10110011 | 0 | 111011 | 10 | 11101 | 100101110 | 101011 | 110010 |
Color Harmonies of #B64AB3
Complementary color
Monochromatic Colors of #B64AB3
Black with #B64AB3
Text Example
Text Example
White with #B64AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64AB3; }
p { color: rgb(182,74,179); }
H1.HeaderClassName
{
color: #B64AB3;
}
.AnyTagClassName
{
color: #B64AB3;
}
</style>
background-color css
<style>
a { background-color: #B64AB3; }
a { background-color: rgb(182,74,179); }
div.DivClassName
{
background-color: #B64AB3;
}
.BgClassName
{
background-color: #B64AB3;
}
</style>
border-color css
<style>
span { border-color: #B64AB3; }
span { border-color: rgb(182,74,179); }
td.TdClassName
{
border-color: #B64AB3;
}
.TagClassName
{
border-color: #B64AB3;
}
</style>