Shades of Fuchsia #B340AD
Tints of Fuchsia #B340AD
RGB
CMYK
RGB Variations
Color information
#B340AD (or 0xB340AD) is known color: Fuchsia. HEX triplet: B3, 40 and AD. RGB value is (179,64,173). Sum of RGB (Red+Green+Blue) = 179+64+173=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B340AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B340AD is #4CBF52. Grayscale: #6E6E6E. Windows color (decimal): -5029715 or 11354291. OLE color: 11354291.
HSL color Cylindrical-coordinate representation of color #B340AD: hue angle of 303.13º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B340AD is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 64 | 173 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.30 |
| HSL | 303.13º | 0.47% | 0.48% | - |
| HSV(B) | 303.13º | 0.64% | 0.7% | - |
| XYZ | 27.97 | 16.27 | 41.2 | - |
| YUV | 110.81 | 163.1 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 173 | 0 | 0.64 | 0.03 | 0.30 | 303.13 | 0.47 | 0.48 |
| Hex | B3 | 40 | AD | 0 | 40 | 3 | 1E | 12F | 2F | 30 |
| Octal | 263 | 100 | 255 | 0 | 100 | 3 | 36 | 457 | 57 | 60 |
| Binary | 10110011 | 1000000 | 10101101 | 0 | 1000000 | 11 | 11110 | 100101111 | 101111 | 110000 |
Color Harmonies of #B340AD
Complementary color
Monochromatic Colors of #B340AD
Black with #B340AD
Text Example
Text Example
White with #B340AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B340AD; }
p { color: rgb(179,64,173); }
H1.HeaderClassName
{
color: #B340AD;
}
.AnyTagClassName
{
color: #B340AD;
}
</style>
background-color css
<style>
a { background-color: #B340AD; }
a { background-color: rgb(179,64,173); }
div.DivClassName
{
background-color: #B340AD;
}
.BgClassName
{
background-color: #B340AD;
}
</style>
border-color css
<style>
span { border-color: #B340AD; }
span { border-color: rgb(179,64,173); }
td.TdClassName
{
border-color: #B340AD;
}
.TagClassName
{
border-color: #B340AD;
}
</style>