Shades of Fuchsia #B339AB
Tints of Fuchsia #B339AB
RGB
CMYK
RGB Variations
Color information
#B339AB (or 0xB339AB) is known color: Fuchsia. HEX triplet: B3, 39 and AB. RGB value is (179,57,171). Sum of RGB (Red+Green+Blue) = 179+57+171=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 57 (22.66% from 255 or 14.00% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 179 - color contains mainly: red. Hex color #B339AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B339AB is #4CC654. Grayscale: #6A6A6A. Windows color (decimal): -5031509 or 11221427. OLE color: 11221427.
HSL color Cylindrical-coordinate representation of color #B339AB: hue angle of 303.93º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B339AB is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 57 | 171 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.30 |
| HSL | 303.93º | 0.52% | 0.46% | - |
| HSV(B) | 303.93º | 0.68% | 0.7% | - |
| XYZ | 27.4 | 15.45 | 40.07 | - |
| YUV | 106.47 | 164.42 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 57 | 171 | 0 | 0.68 | 0.04 | 0.30 | 303.93 | 0.52 | 0.46 |
| Hex | B3 | 39 | AB | 0 | 44 | 4 | 1E | 130 | 34 | 2E |
| Octal | 263 | 71 | 253 | 0 | 104 | 4 | 36 | 460 | 64 | 56 |
| Binary | 10110011 | 111001 | 10101011 | 0 | 1000100 | 100 | 11110 | 100110000 | 110100 | 101110 |
Color Harmonies of #B339AB
Complementary color
Monochromatic Colors of #B339AB
Black with #B339AB
Text Example
Text Example
White with #B339AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B339AB; }
p { color: rgb(179,57,171); }
H1.HeaderClassName
{
color: #B339AB;
}
.AnyTagClassName
{
color: #B339AB;
}
</style>
background-color css
<style>
a { background-color: #B339AB; }
a { background-color: rgb(179,57,171); }
div.DivClassName
{
background-color: #B339AB;
}
.BgClassName
{
background-color: #B339AB;
}
</style>
border-color css
<style>
span { border-color: #B339AB; }
span { border-color: rgb(179,57,171); }
td.TdClassName
{
border-color: #B339AB;
}
.TagClassName
{
border-color: #B339AB;
}
</style>