Shades of Fuchsia #B24BBB
Tints of Fuchsia #B24BBB
RGB
CMYK
RGB Variations
Color information
#B24BBB (or 0xB24BBB) is known color: Fuchsia. HEX triplet: B2, 4B and BB. RGB value is (178,75,187). Sum of RGB (Red+Green+Blue) = 178+75+187=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 75 (29.69% from 255 or 17.05% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #B24BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24BBB is #4DB444. Grayscale: #767676. Windows color (decimal): -5092421 or 12274610. OLE color: 12274610.
HSL color Cylindrical-coordinate representation of color #B24BBB: hue angle of 295.18º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B24BBB is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 75 | 187 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.27 |
| HSL | 295.18º | 0.45% | 0.51% | - |
| HSV(B) | 295.18º | 0.6% | 0.73% | - |
| XYZ | 29.85 | 18.08 | 48.93 | - |
| YUV | 118.57 | 166.62 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 75 | 187 | 0.05 | 0.60 | 0 | 0.27 | 295.18 | 0.45 | 0.51 |
| Hex | B2 | 4B | BB | 5 | 3C | 0 | 1B | 127 | 2D | 33 |
| Octal | 262 | 113 | 273 | 5 | 74 | 0 | 33 | 447 | 55 | 63 |
| Binary | 10110010 | 1001011 | 10111011 | 101 | 111100 | 0 | 11011 | 100100111 | 101101 | 110011 |
Color Harmonies of #B24BBB
Complementary color
Monochromatic Colors of #B24BBB
Black with #B24BBB
Text Example
Text Example
White with #B24BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24BBB; }
p { color: rgb(178,75,187); }
H1.HeaderClassName
{
color: #B24BBB;
}
.AnyTagClassName
{
color: #B24BBB;
}
</style>
background-color css
<style>
a { background-color: #B24BBB; }
a { background-color: rgb(178,75,187); }
div.DivClassName
{
background-color: #B24BBB;
}
.BgClassName
{
background-color: #B24BBB;
}
</style>
border-color css
<style>
span { border-color: #B24BBB; }
span { border-color: rgb(178,75,187); }
td.TdClassName
{
border-color: #B24BBB;
}
.TagClassName
{
border-color: #B24BBB;
}
</style>