Shades of Fuchsia #BE61B1
Tints of Fuchsia #BE61B1
RGB
CMYK
RGB Variations
Color information
#BE61B1 (or 0xBE61B1) is known color: Fuchsia. HEX triplet: BE, 61 and B1. RGB value is (190,97,177). Sum of RGB (Red+Green+Blue) = 190+97+177=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 177 (69.53% from 255 or 38.15% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE61B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE61B1 is #419E4E. Grayscale: #858585. Windows color (decimal): -4300367 or 11624894. OLE color: 11624894.
HSL color Cylindrical-coordinate representation of color #BE61B1: hue angle of 308.39º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE61B1 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 97 | 177 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.25 |
| HSL | 308.39º | 0.42% | 0.56% | - |
| HSV(B) | 308.39º | 0.49% | 0.75% | - |
| XYZ | 33.45 | 22.67 | 44.21 | - |
| YUV | 133.93 | 152.31 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 97 | 177 | 0 | 0.49 | 0.07 | 0.25 | 308.39 | 0.42 | 0.56 |
| Hex | BE | 61 | B1 | 0 | 31 | 7 | 19 | 134 | 2A | 38 |
| Octal | 276 | 141 | 261 | 0 | 61 | 7 | 31 | 464 | 52 | 70 |
| Binary | 10111110 | 1100001 | 10110001 | 0 | 110001 | 111 | 11001 | 100110100 | 101010 | 111000 |
Color Harmonies of #BE61B1
Complementary color
Monochromatic Colors of #BE61B1
Black with #BE61B1
Text Example
Text Example
White with #BE61B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE61B1; }
p { color: rgb(190,97,177); }
H1.HeaderClassName
{
color: #BE61B1;
}
.AnyTagClassName
{
color: #BE61B1;
}
</style>
background-color css
<style>
a { background-color: #BE61B1; }
a { background-color: rgb(190,97,177); }
div.DivClassName
{
background-color: #BE61B1;
}
.BgClassName
{
background-color: #BE61B1;
}
</style>
border-color css
<style>
span { border-color: #BE61B1; }
span { border-color: rgb(190,97,177); }
td.TdClassName
{
border-color: #BE61B1;
}
.TagClassName
{
border-color: #BE61B1;
}
</style>