Shades of Fuchsia #B24BB2
Tints of Fuchsia #B24BB2
RGB
CMYK
RGB Variations
Color information
#B24BB2 (or 0xB24BB2) is known color: Fuchsia. HEX triplet: B2, 4B and B2. RGB value is (178,75,178). Sum of RGB (Red+Green+Blue) = 178+75+178=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 178 (69.92% from 255 or 41.30% from 431); Max value from RGB is 178 - color contains mainly: red, blue. Hex color #B24BB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24BB2 is #4DB44D. Grayscale: #757575. Windows color (decimal): -5092430 or 11684786. OLE color: 11684786.
HSL color Cylindrical-coordinate representation of color #B24BB2: hue angle of 300º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B24BB2 is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 75 | 178 | - |
| CMYK | 0 | 0.58 | 0 | 0.30 |
| HSL | 300º | 0.41% | 0.5% | - |
| HSV(B) | 300º | 0.58% | 0.7% | - |
| XYZ | 28.91 | 17.71 | 44.01 | - |
| YUV | 117.54 | 162.12 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 75 | 178 | 0 | 0.58 | 0 | 0.30 | 300 | 0.41 | 0.5 |
| Hex | B2 | 4B | B2 | 0 | 3A | 0 | 1E | 12C | 29 | 32 |
| Octal | 262 | 113 | 262 | 0 | 72 | 0 | 36 | 454 | 51 | 62 |
| Binary | 10110010 | 1001011 | 10110010 | 0 | 111010 | 0 | 11110 | 100101100 | 101001 | 110010 |
Color Harmonies of #B24BB2
Complementary color
Monochromatic Colors of #B24BB2
Black with #B24BB2
Text Example
Text Example
White with #B24BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24BB2; }
p { color: rgb(178,75,178); }
H1.HeaderClassName
{
color: #B24BB2;
}
.AnyTagClassName
{
color: #B24BB2;
}
</style>
background-color css
<style>
a { background-color: #B24BB2; }
a { background-color: rgb(178,75,178); }
div.DivClassName
{
background-color: #B24BB2;
}
.BgClassName
{
background-color: #B24BB2;
}
</style>
border-color css
<style>
span { border-color: #B24BB2; }
span { border-color: rgb(178,75,178); }
td.TdClassName
{
border-color: #B24BB2;
}
.TagClassName
{
border-color: #B24BB2;
}
</style>