Shades of Fuchsia #B35DB1
Tints of Fuchsia #B35DB1
RGB
CMYK
RGB Variations
Color information
#B35DB1 (or 0xB35DB1) is known color: Fuchsia. HEX triplet: B3, 5D and B1. RGB value is (179,93,177). Sum of RGB (Red+Green+Blue) = 179+93+177=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 177 (69.53% from 255 or 39.42% from 449); Max value from RGB is 179 - color contains mainly: red. Hex color #B35DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35DB1 is #4CA24E. Grayscale: #808080. Windows color (decimal): -5022287 or 11623859. OLE color: 11623859.
HSL color Cylindrical-coordinate representation of color #B35DB1: hue angle of 301.4º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B35DB1 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 93 | 177 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.30 |
| HSL | 301.4º | 0.36% | 0.53% | - |
| HSV(B) | 301.4º | 0.48% | 0.7% | - |
| XYZ | 30.44 | 20.59 | 43.96 | - |
| YUV | 128.29 | 155.49 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 93 | 177 | 0 | 0.48 | 0.01 | 0.30 | 301.4 | 0.36 | 0.53 |
| Hex | B3 | 5D | B1 | 0 | 30 | 1 | 1E | 12D | 24 | 35 |
| Octal | 263 | 135 | 261 | 0 | 60 | 1 | 36 | 455 | 44 | 65 |
| Binary | 10110011 | 1011101 | 10110001 | 0 | 110000 | 1 | 11110 | 100101101 | 100100 | 110101 |
Color Harmonies of #B35DB1
Complementary color
Monochromatic Colors of #B35DB1
Black with #B35DB1
Text Example
Text Example
White with #B35DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35DB1; }
p { color: rgb(179,93,177); }
H1.HeaderClassName
{
color: #B35DB1;
}
.AnyTagClassName
{
color: #B35DB1;
}
</style>
background-color css
<style>
a { background-color: #B35DB1; }
a { background-color: rgb(179,93,177); }
div.DivClassName
{
background-color: #B35DB1;
}
.BgClassName
{
background-color: #B35DB1;
}
</style>
border-color css
<style>
span { border-color: #B35DB1; }
span { border-color: rgb(179,93,177); }
td.TdClassName
{
border-color: #B35DB1;
}
.TagClassName
{
border-color: #B35DB1;
}
</style>