Shades of Fuchsia #B24FBD
Tints of Fuchsia #B24FBD
RGB
CMYK
RGB Variations
Color information
#B24FBD (or 0xB24FBD) is known color: Fuchsia. HEX triplet: B2, 4F and BD. RGB value is (178,79,189). Sum of RGB (Red+Green+Blue) = 178+79+189=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 189 - color contains mainly: blue. Hex color #B24FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24FBD is #4DB042. Grayscale: #787878. Windows color (decimal): -5091395 or 12406706. OLE color: 12406706.
HSL color Cylindrical-coordinate representation of color #B24FBD: hue angle of 294º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B24FBD is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 79 | 189 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.26 |
| HSL | 294º | 0.45% | 0.53% | - |
| HSV(B) | 294º | 0.58% | 0.74% | - |
| XYZ | 30.34 | 18.73 | 50.16 | - |
| YUV | 121.14 | 166.3 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 79 | 189 | 0.06 | 0.58 | 0 | 0.26 | 294 | 0.45 | 0.53 |
| Hex | B2 | 4F | BD | 6 | 3A | 0 | 1A | 126 | 2D | 35 |
| Octal | 262 | 117 | 275 | 6 | 72 | 0 | 32 | 446 | 55 | 65 |
| Binary | 10110010 | 1001111 | 10111101 | 110 | 111010 | 0 | 11010 | 100100110 | 101101 | 110101 |
Color Harmonies of #B24FBD
Complementary color
Monochromatic Colors of #B24FBD
Black with #B24FBD
Text Example
Text Example
White with #B24FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24FBD; }
p { color: rgb(178,79,189); }
H1.HeaderClassName
{
color: #B24FBD;
}
.AnyTagClassName
{
color: #B24FBD;
}
</style>
background-color css
<style>
a { background-color: #B24FBD; }
a { background-color: rgb(178,79,189); }
div.DivClassName
{
background-color: #B24FBD;
}
.BgClassName
{
background-color: #B24FBD;
}
</style>
border-color css
<style>
span { border-color: #B24FBD; }
span { border-color: rgb(178,79,189); }
td.TdClassName
{
border-color: #B24FBD;
}
.TagClassName
{
border-color: #B24FBD;
}
</style>