Shades of Fuchsia #B35BB7
Tints of Fuchsia #B35BB7
RGB
CMYK
RGB Variations
Color information
#B35BB7 (or 0xB35BB7) is known color: Fuchsia. HEX triplet: B3, 5B and B7. RGB value is (179,91,183). Sum of RGB (Red+Green+Blue) = 179+91+183=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 91 (35.94% from 255 or 20.09% from 453); Blue value is 183 (71.88% from 255 or 40.40% from 453); Max value from RGB is 183 - color contains mainly: blue. Hex color #B35BB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35BB7 is #4CA448. Grayscale: #7F7F7F. Windows color (decimal): -5022793 or 12016563. OLE color: 12016563.
HSL color Cylindrical-coordinate representation of color #B35BB7: hue angle of 297.39º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B35BB7 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 91 | 183 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.28 |
| HSL | 297.39º | 0.39% | 0.54% | - |
| HSV(B) | 297.39º | 0.5% | 0.72% | - |
| XYZ | 30.88 | 20.48 | 47.13 | - |
| YUV | 127.8 | 159.15 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 91 | 183 | 0.02 | 0.50 | 0 | 0.28 | 297.39 | 0.39 | 0.54 |
| Hex | B3 | 5B | B7 | 2 | 32 | 0 | 1C | 129 | 27 | 36 |
| Octal | 263 | 133 | 267 | 2 | 62 | 0 | 34 | 451 | 47 | 66 |
| Binary | 10110011 | 1011011 | 10110111 | 10 | 110010 | 0 | 11100 | 100101001 | 100111 | 110110 |
Color Harmonies of #B35BB7
Complementary color
Monochromatic Colors of #B35BB7
Black with #B35BB7
Text Example
Text Example
White with #B35BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35BB7; }
p { color: rgb(179,91,183); }
H1.HeaderClassName
{
color: #B35BB7;
}
.AnyTagClassName
{
color: #B35BB7;
}
</style>
background-color css
<style>
a { background-color: #B35BB7; }
a { background-color: rgb(179,91,183); }
div.DivClassName
{
background-color: #B35BB7;
}
.BgClassName
{
background-color: #B35BB7;
}
</style>
border-color css
<style>
span { border-color: #B35BB7; }
span { border-color: rgb(179,91,183); }
td.TdClassName
{
border-color: #B35BB7;
}
.TagClassName
{
border-color: #B35BB7;
}
</style>