Shades of Fuchsia #B249BD
Tints of Fuchsia #B249BD
RGB
CMYK
RGB Variations
Color information
#B249BD (or 0xB249BD) is known color: Fuchsia. HEX triplet: B2, 49 and BD. RGB value is (178,73,189). Sum of RGB (Red+Green+Blue) = 178+73+189=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #B249BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B249BD is #4DB642. Grayscale: #757575. Windows color (decimal): -5092931 or 12405170. OLE color: 12405170.
HSL color Cylindrical-coordinate representation of color #B249BD: hue angle of 294.31º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B249BD is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 73 | 189 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.26 |
| HSL | 294.31º | 0.47% | 0.51% | - |
| HSV(B) | 294.31º | 0.61% | 0.74% | - |
| XYZ | 29.93 | 17.9 | 50.02 | - |
| YUV | 117.62 | 168.29 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 73 | 189 | 0.06 | 0.61 | 0 | 0.26 | 294.31 | 0.47 | 0.51 |
| Hex | B2 | 49 | BD | 6 | 3D | 0 | 1A | 126 | 2F | 33 |
| Octal | 262 | 111 | 275 | 6 | 75 | 0 | 32 | 446 | 57 | 63 |
| Binary | 10110010 | 1001001 | 10111101 | 110 | 111101 | 0 | 11010 | 100100110 | 101111 | 110011 |
Color Harmonies of #B249BD
Complementary color
Monochromatic Colors of #B249BD
Black with #B249BD
Text Example
Text Example
White with #B249BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B249BD; }
p { color: rgb(178,73,189); }
H1.HeaderClassName
{
color: #B249BD;
}
.AnyTagClassName
{
color: #B249BD;
}
</style>
background-color css
<style>
a { background-color: #B249BD; }
a { background-color: rgb(178,73,189); }
div.DivClassName
{
background-color: #B249BD;
}
.BgClassName
{
background-color: #B249BD;
}
</style>
border-color css
<style>
span { border-color: #B249BD; }
span { border-color: rgb(178,73,189); }
td.TdClassName
{
border-color: #B249BD;
}
.TagClassName
{
border-color: #B249BD;
}
</style>