Shades of Fuchsia #B341BB
Tints of Fuchsia #B341BB
RGB
CMYK
RGB Variations
Color information
#B341BB (or 0xB341BB) is known color: Fuchsia. HEX triplet: B3, 41 and BB. RGB value is (179,65,187). Sum of RGB (Red+Green+Blue) = 179+65+187=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #B341BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B341BB is #4CBE44. Grayscale: #707070. Windows color (decimal): -5029445 or 12272051. OLE color: 12272051.
HSL color Cylindrical-coordinate representation of color #B341BB: hue angle of 296.07º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B341BB is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 65 | 187 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.27 |
| HSL | 296.07º | 0.48% | 0.49% | - |
| HSV(B) | 296.07º | 0.65% | 0.73% | - |
| XYZ | 29.45 | 16.95 | 48.73 | - |
| YUV | 112.99 | 169.77 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 187 | 0.04 | 0.65 | 0 | 0.27 | 296.07 | 0.48 | 0.49 |
| Hex | B3 | 41 | BB | 4 | 41 | 0 | 1B | 128 | 30 | 31 |
| Octal | 263 | 101 | 273 | 4 | 101 | 0 | 33 | 450 | 60 | 61 |
| Binary | 10110011 | 1000001 | 10111011 | 100 | 1000001 | 0 | 11011 | 100101000 | 110000 | 110001 |
Color Harmonies of #B341BB
Complementary color
Monochromatic Colors of #B341BB
Black with #B341BB
Text Example
Text Example
White with #B341BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B341BB; }
p { color: rgb(179,65,187); }
H1.HeaderClassName
{
color: #B341BB;
}
.AnyTagClassName
{
color: #B341BB;
}
</style>
background-color css
<style>
a { background-color: #B341BB; }
a { background-color: rgb(179,65,187); }
div.DivClassName
{
background-color: #B341BB;
}
.BgClassName
{
background-color: #B341BB;
}
</style>
border-color css
<style>
span { border-color: #B341BB; }
span { border-color: rgb(179,65,187); }
td.TdClassName
{
border-color: #B341BB;
}
.TagClassName
{
border-color: #B341BB;
}
</style>