Shades of Fuchsia #B341C1
Tints of Fuchsia #B341C1
RGB
CMYK
RGB Variations
Color information
#B341C1 (or 0xB341C1) is known color: Fuchsia. HEX triplet: B3, 41 and C1. RGB value is (179,65,193). Sum of RGB (Red+Green+Blue) = 179+65+193=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 65 (25.78% from 255 or 14.87% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 193 - color contains mainly: blue. Hex color #B341C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B341C1 is #4CBE3E. Grayscale: #717171. Windows color (decimal): -5029439 or 12665267. OLE color: 12665267.
HSL color Cylindrical-coordinate representation of color #B341C1: hue angle of 293.44º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B341C1 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 65 | 193 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.24 |
| HSL | 293.44º | 0.51% | 0.51% | - |
| HSV(B) | 293.44º | 0.66% | 0.76% | - |
| XYZ | 30.11 | 17.21 | 52.19 | - |
| YUV | 113.68 | 172.77 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 193 | 0.07 | 0.66 | 0 | 0.24 | 293.44 | 0.51 | 0.51 |
| Hex | B3 | 41 | C1 | 7 | 42 | 0 | 18 | 125 | 33 | 33 |
| Octal | 263 | 101 | 301 | 7 | 102 | 0 | 30 | 445 | 63 | 63 |
| Binary | 10110011 | 1000001 | 11000001 | 111 | 1000010 | 0 | 11000 | 100100101 | 110011 | 110011 |
Color Harmonies of #B341C1
Complementary color
Monochromatic Colors of #B341C1
Black with #B341C1
Text Example
Text Example
White with #B341C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B341C1; }
p { color: rgb(179,65,193); }
H1.HeaderClassName
{
color: #B341C1;
}
.AnyTagClassName
{
color: #B341C1;
}
</style>
background-color css
<style>
a { background-color: #B341C1; }
a { background-color: rgb(179,65,193); }
div.DivClassName
{
background-color: #B341C1;
}
.BgClassName
{
background-color: #B341C1;
}
</style>
border-color css
<style>
span { border-color: #B341C1; }
span { border-color: rgb(179,65,193); }
td.TdClassName
{
border-color: #B341C1;
}
.TagClassName
{
border-color: #B341C1;
}
</style>