Shades of Fuchsia #B348AD
Tints of Fuchsia #B348AD
RGB
CMYK
RGB Variations
Color information
#B348AD (or 0xB348AD) is known color: Fuchsia. HEX triplet: B3, 48 and AD. RGB value is (179,72,173). Sum of RGB (Red+Green+Blue) = 179+72+173=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B348AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B348AD is #4CB752. Grayscale: #737373. Windows color (decimal): -5027667 or 11356339. OLE color: 11356339.
HSL color Cylindrical-coordinate representation of color #B348AD: hue angle of 303.36º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B348AD is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 72 | 173 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.30 |
| HSL | 303.36º | 0.43% | 0.49% | - |
| HSV(B) | 303.36º | 0.6% | 0.7% | - |
| XYZ | 28.45 | 17.24 | 41.36 | - |
| YUV | 115.51 | 160.45 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 72 | 173 | 0 | 0.60 | 0.03 | 0.30 | 303.36 | 0.43 | 0.49 |
| Hex | B3 | 48 | AD | 0 | 3C | 3 | 1E | 12F | 2B | 31 |
| Octal | 263 | 110 | 255 | 0 | 74 | 3 | 36 | 457 | 53 | 61 |
| Binary | 10110011 | 1001000 | 10101101 | 0 | 111100 | 11 | 11110 | 100101111 | 101011 | 110001 |
Color Harmonies of #B348AD
Complementary color
Monochromatic Colors of #B348AD
Black with #B348AD
Text Example
Text Example
White with #B348AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B348AD; }
p { color: rgb(179,72,173); }
H1.HeaderClassName
{
color: #B348AD;
}
.AnyTagClassName
{
color: #B348AD;
}
</style>
background-color css
<style>
a { background-color: #B348AD; }
a { background-color: rgb(179,72,173); }
div.DivClassName
{
background-color: #B348AD;
}
.BgClassName
{
background-color: #B348AD;
}
</style>
border-color css
<style>
span { border-color: #B348AD; }
span { border-color: rgb(179,72,173); }
td.TdClassName
{
border-color: #B348AD;
}
.TagClassName
{
border-color: #B348AD;
}
</style>