Shades of Fuchsia #B241B0
Tints of Fuchsia #B241B0
RGB
CMYK
RGB Variations
Color information
#B241B0 (or 0xB241B0) is known color: Fuchsia. HEX triplet: B2, 41 and B0. RGB value is (178,65,176). Sum of RGB (Red+Green+Blue) = 178+65+176=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B241B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B241B0 is #4DBE4F. Grayscale: #6F6F6F. Windows color (decimal): -5094992 or 11551154. OLE color: 11551154.
HSL color Cylindrical-coordinate representation of color #B241B0: hue angle of 301.06º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B241B0 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 65 | 176 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.30 |
| HSL | 301.06º | 0.47% | 0.48% | - |
| HSV(B) | 301.06º | 0.63% | 0.7% | - |
| XYZ | 28.09 | 16.38 | 42.76 | - |
| YUV | 111.44 | 164.44 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 65 | 176 | 0 | 0.63 | 0.01 | 0.30 | 301.06 | 0.47 | 0.48 |
| Hex | B2 | 41 | B0 | 0 | 3F | 1 | 1E | 12D | 2F | 30 |
| Octal | 262 | 101 | 260 | 0 | 77 | 1 | 36 | 455 | 57 | 60 |
| Binary | 10110010 | 1000001 | 10110000 | 0 | 111111 | 1 | 11110 | 100101101 | 101111 | 110000 |
Color Harmonies of #B241B0
Complementary color
Monochromatic Colors of #B241B0
Black with #B241B0
Text Example
Text Example
White with #B241B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B241B0; }
p { color: rgb(178,65,176); }
H1.HeaderClassName
{
color: #B241B0;
}
.AnyTagClassName
{
color: #B241B0;
}
</style>
background-color css
<style>
a { background-color: #B241B0; }
a { background-color: rgb(178,65,176); }
div.DivClassName
{
background-color: #B241B0;
}
.BgClassName
{
background-color: #B241B0;
}
</style>
border-color css
<style>
span { border-color: #B241B0; }
span { border-color: rgb(178,65,176); }
td.TdClassName
{
border-color: #B241B0;
}
.TagClassName
{
border-color: #B241B0;
}
</style>