Shades of Fuchsia #BE61A7
Tints of Fuchsia #BE61A7
RGB
CMYK
RGB Variations
Color information
#BE61A7 (or 0xBE61A7) is known color: Fuchsia. HEX triplet: BE, 61 and A7. RGB value is (190,97,167). Sum of RGB (Red+Green+Blue) = 190+97+167=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 167 (65.62% from 255 or 36.78% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE61A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE61A7 is #419E58. Grayscale: #848484. Windows color (decimal): -4300377 or 10969534. OLE color: 10969534.
HSL color Cylindrical-coordinate representation of color #BE61A7: hue angle of 314.84º 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 #BE61A7 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 97 | 167 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.25 |
| HSL | 314.84º | 0.42% | 0.56% | - |
| HSV(B) | 314.84º | 0.49% | 0.75% | - |
| XYZ | 32.48 | 22.29 | 39.15 | - |
| YUV | 132.79 | 147.31 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 97 | 167 | 0 | 0.49 | 0.12 | 0.25 | 314.84 | 0.42 | 0.56 |
| Hex | BE | 61 | A7 | 0 | 31 | C | 19 | 13B | 2A | 38 |
| Octal | 276 | 141 | 247 | 0 | 61 | 14 | 31 | 473 | 52 | 70 |
| Binary | 10111110 | 1100001 | 10100111 | 0 | 110001 | 1100 | 11001 | 100111011 | 101010 | 111000 |
Color Harmonies of #BE61A7
Complementary color
Monochromatic Colors of #BE61A7
Black with #BE61A7
Text Example
Text Example
White with #BE61A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE61A7; }
p { color: rgb(190,97,167); }
H1.HeaderClassName
{
color: #BE61A7;
}
.AnyTagClassName
{
color: #BE61A7;
}
</style>
background-color css
<style>
a { background-color: #BE61A7; }
a { background-color: rgb(190,97,167); }
div.DivClassName
{
background-color: #BE61A7;
}
.BgClassName
{
background-color: #BE61A7;
}
</style>
border-color css
<style>
span { border-color: #BE61A7; }
span { border-color: rgb(190,97,167); }
td.TdClassName
{
border-color: #BE61A7;
}
.TagClassName
{
border-color: #BE61A7;
}
</style>