Shades of Fuchsia #B241C0
Tints of Fuchsia #B241C0
RGB
CMYK
RGB Variations
Color information
#B241C0 (or 0xB241C0) is known color: Fuchsia. HEX triplet: B2, 41 and C0. RGB value is (178,65,192). Sum of RGB (Red+Green+Blue) = 178+65+192=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 65 (25.78% from 255 or 14.94% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 192 - color contains mainly: blue. Hex color #B241C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B241C0 is #4DBE3F. Grayscale: #707070. Windows color (decimal): -5094976 or 12599730. OLE color: 12599730.
HSL color Cylindrical-coordinate representation of color #B241C0: hue angle of 293.39º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B241C0 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 65 | 192 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.25 |
| HSL | 293.39º | 0.5% | 0.5% | - |
| HSV(B) | 293.39º | 0.66% | 0.75% | - |
| XYZ | 29.76 | 17.05 | 51.59 | - |
| YUV | 113.27 | 172.44 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 65 | 192 | 0.07 | 0.66 | 0 | 0.25 | 293.39 | 0.5 | 0.5 |
| Hex | B2 | 41 | C0 | 7 | 42 | 0 | 19 | 125 | 32 | 32 |
| Octal | 262 | 101 | 300 | 7 | 102 | 0 | 31 | 445 | 62 | 62 |
| Binary | 10110010 | 1000001 | 11000000 | 111 | 1000010 | 0 | 11001 | 100100101 | 110010 | 110010 |
Color Harmonies of #B241C0
Complementary color
Monochromatic Colors of #B241C0
Black with #B241C0
Text Example
Text Example
White with #B241C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B241C0; }
p { color: rgb(178,65,192); }
H1.HeaderClassName
{
color: #B241C0;
}
.AnyTagClassName
{
color: #B241C0;
}
</style>
background-color css
<style>
a { background-color: #B241C0; }
a { background-color: rgb(178,65,192); }
div.DivClassName
{
background-color: #B241C0;
}
.BgClassName
{
background-color: #B241C0;
}
</style>
border-color css
<style>
span { border-color: #B241C0; }
span { border-color: rgb(178,65,192); }
td.TdClassName
{
border-color: #B241C0;
}
.TagClassName
{
border-color: #B241C0;
}
</style>