Shades of Fuchsia #BE54CA
Tints of Fuchsia #BE54CA
RGB
CMYK
RGB Variations
Color information
#BE54CA (or 0xBE54CA) is known color: Fuchsia. HEX triplet: BE, 54 and CA. RGB value is (190,84,202). Sum of RGB (Red+Green+Blue) = 190+84+202=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE54CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE54CA is #41AB35. Grayscale: #808080. Windows color (decimal): -4303670 or 13259966. OLE color: 13259966.
HSL color Cylindrical-coordinate representation of color #BE54CA: hue angle of 293.9º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE54CA is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 84 | 202 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.21 |
| HSL | 293.9º | 0.53% | 0.56% | - |
| HSV(B) | 293.9º | 0.58% | 0.79% | - |
| XYZ | 35.07 | 21.55 | 58.19 | - |
| YUV | 129.15 | 169.12 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 84 | 202 | 0.06 | 0.58 | 0 | 0.21 | 293.9 | 0.53 | 0.56 |
| Hex | BE | 54 | CA | 6 | 3A | 0 | 15 | 126 | 35 | 38 |
| Octal | 276 | 124 | 312 | 6 | 72 | 0 | 25 | 446 | 65 | 70 |
| Binary | 10111110 | 1010100 | 11001010 | 110 | 111010 | 0 | 10101 | 100100110 | 110101 | 111000 |
Color Harmonies of #BE54CA
Complementary color
Monochromatic Colors of #BE54CA
Black with #BE54CA
Text Example
Text Example
White with #BE54CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE54CA; }
p { color: rgb(190,84,202); }
H1.HeaderClassName
{
color: #BE54CA;
}
.AnyTagClassName
{
color: #BE54CA;
}
</style>
background-color css
<style>
a { background-color: #BE54CA; }
a { background-color: rgb(190,84,202); }
div.DivClassName
{
background-color: #BE54CA;
}
.BgClassName
{
background-color: #BE54CA;
}
</style>
border-color css
<style>
span { border-color: #BE54CA; }
span { border-color: rgb(190,84,202); }
td.TdClassName
{
border-color: #BE54CA;
}
.TagClassName
{
border-color: #BE54CA;
}
</style>