Shades of Fuchsia #B249AD
Tints of Fuchsia #B249AD
RGB
CMYK
RGB Variations
Color information
#B249AD (or 0xB249AD) is known color: Fuchsia. HEX triplet: B2, 49 and AD. RGB value is (178,73,173). Sum of RGB (Red+Green+Blue) = 178+73+173=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B249AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B249AD is #4DB652. Grayscale: #737373. Windows color (decimal): -5092947 or 11356594. OLE color: 11356594.
HSL color Cylindrical-coordinate representation of color #B249AD: hue angle of 302.86º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B249AD is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 73 | 173 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.30 |
| HSL | 302.86º | 0.42% | 0.49% | - |
| HSV(B) | 302.86º | 0.59% | 0.7% | - |
| XYZ | 28.29 | 17.25 | 41.37 | - |
| YUV | 115.8 | 160.29 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 73 | 173 | 0 | 0.59 | 0.03 | 0.30 | 302.86 | 0.42 | 0.49 |
| Hex | B2 | 49 | AD | 0 | 3B | 3 | 1E | 12F | 2A | 31 |
| Octal | 262 | 111 | 255 | 0 | 73 | 3 | 36 | 457 | 52 | 61 |
| Binary | 10110010 | 1001001 | 10101101 | 0 | 111011 | 11 | 11110 | 100101111 | 101010 | 110001 |
Color Harmonies of #B249AD
Complementary color
Monochromatic Colors of #B249AD
Black with #B249AD
Text Example
Text Example
White with #B249AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B249AD; }
p { color: rgb(178,73,173); }
H1.HeaderClassName
{
color: #B249AD;
}
.AnyTagClassName
{
color: #B249AD;
}
</style>
background-color css
<style>
a { background-color: #B249AD; }
a { background-color: rgb(178,73,173); }
div.DivClassName
{
background-color: #B249AD;
}
.BgClassName
{
background-color: #B249AD;
}
</style>
border-color css
<style>
span { border-color: #B249AD; }
span { border-color: rgb(178,73,173); }
td.TdClassName
{
border-color: #B249AD;
}
.TagClassName
{
border-color: #B249AD;
}
</style>