Shades of Fuchsia #BE61BD
Tints of Fuchsia #BE61BD
RGB
CMYK
RGB Variations
Color information
#BE61BD (or 0xBE61BD) is known color: Fuchsia. HEX triplet: BE, 61 and BD. RGB value is (190,97,189). Sum of RGB (Red+Green+Blue) = 190+97+189=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BE61BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE61BD is #419E42. Grayscale: #878787. Windows color (decimal): -4300355 or 12411326. OLE color: 12411326.
HSL color Cylindrical-coordinate representation of color #BE61BD: hue angle of 300.65º 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 #BE61BD is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 97 | 189 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.25 |
| HSL | 300.65º | 0.42% | 0.56% | - |
| HSV(B) | 300.65º | 0.49% | 0.75% | - |
| XYZ | 34.7 | 23.17 | 50.79 | - |
| YUV | 135.3 | 158.31 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 97 | 189 | 0 | 0.49 | 0.01 | 0.25 | 300.65 | 0.42 | 0.56 |
| Hex | BE | 61 | BD | 0 | 31 | 1 | 19 | 12D | 2A | 38 |
| Octal | 276 | 141 | 275 | 0 | 61 | 1 | 31 | 455 | 52 | 70 |
| Binary | 10111110 | 1100001 | 10111101 | 0 | 110001 | 1 | 11001 | 100101101 | 101010 | 111000 |
Color Harmonies of #BE61BD
Complementary color
Monochromatic Colors of #BE61BD
Black with #BE61BD
Text Example
Text Example
White with #BE61BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE61BD; }
p { color: rgb(190,97,189); }
H1.HeaderClassName
{
color: #BE61BD;
}
.AnyTagClassName
{
color: #BE61BD;
}
</style>
background-color css
<style>
a { background-color: #BE61BD; }
a { background-color: rgb(190,97,189); }
div.DivClassName
{
background-color: #BE61BD;
}
.BgClassName
{
background-color: #BE61BD;
}
</style>
border-color css
<style>
span { border-color: #BE61BD; }
span { border-color: rgb(190,97,189); }
td.TdClassName
{
border-color: #BE61BD;
}
.TagClassName
{
border-color: #BE61BD;
}
</style>