Shades of Fuchsia #BE52CA
Tints of Fuchsia #BE52CA
RGB
CMYK
RGB Variations
Color information
#BE52CA (or 0xBE52CA) is known color: Fuchsia. HEX triplet: BE, 52 and CA. RGB value is (190,82,202). Sum of RGB (Red+Green+Blue) = 190+82+202=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE52CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE52CA is #41AD35. Grayscale: #7F7F7F. Windows color (decimal): -4304182 or 13259454. OLE color: 13259454.
HSL color Cylindrical-coordinate representation of color #BE52CA: hue angle of 294º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE52CA is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 82 | 202 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.21 |
| HSL | 294º | 0.53% | 0.56% | - |
| HSV(B) | 294º | 0.59% | 0.79% | - |
| XYZ | 34.91 | 21.25 | 58.14 | - |
| YUV | 127.97 | 169.78 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 82 | 202 | 0.06 | 0.59 | 0 | 0.21 | 294 | 0.53 | 0.56 |
| Hex | BE | 52 | CA | 6 | 3B | 0 | 15 | 126 | 35 | 38 |
| Octal | 276 | 122 | 312 | 6 | 73 | 0 | 25 | 446 | 65 | 70 |
| Binary | 10111110 | 1010010 | 11001010 | 110 | 111011 | 0 | 10101 | 100100110 | 110101 | 111000 |
Color Harmonies of #BE52CA
Complementary color
Monochromatic Colors of #BE52CA
Black with #BE52CA
Text Example
Text Example
White with #BE52CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE52CA; }
p { color: rgb(190,82,202); }
H1.HeaderClassName
{
color: #BE52CA;
}
.AnyTagClassName
{
color: #BE52CA;
}
</style>
background-color css
<style>
a { background-color: #BE52CA; }
a { background-color: rgb(190,82,202); }
div.DivClassName
{
background-color: #BE52CA;
}
.BgClassName
{
background-color: #BE52CA;
}
</style>
border-color css
<style>
span { border-color: #BE52CA; }
span { border-color: rgb(190,82,202); }
td.TdClassName
{
border-color: #BE52CA;
}
.TagClassName
{
border-color: #BE52CA;
}
</style>