Shades of Fuchsia #BE30C2
Tints of Fuchsia #BE30C2
RGB
CMYK
RGB Variations
Color information
#BE30C2 (or 0xBE30C2) is known color: Fuchsia. HEX triplet: BE, 30 and C2. RGB value is (190,48,194). Sum of RGB (Red+Green+Blue) = 190+48+194=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 48 (19.14% from 255 or 11.11% from 432); Blue value is 194 (76.17% from 255 or 44.91% from 432); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE30C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE30C2 is #41CF3D. Grayscale: #6A6A6A. Windows color (decimal): -4312894 or 12726462. OLE color: 12726462.
HSL color Cylindrical-coordinate representation of color #BE30C2: hue angle of 298.36º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE30C2 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 48 | 194 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.24 |
| HSL | 298.36º | 0.6% | 0.47% | - |
| HSV(B) | 298.36º | 0.75% | 0.76% | - |
| XYZ | 32.03 | 16.96 | 52.62 | - |
| YUV | 107.1 | 177.04 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 48 | 194 | 0.02 | 0.75 | 0 | 0.24 | 298.36 | 0.6 | 0.47 |
| Hex | BE | 30 | C2 | 2 | 4B | 0 | 18 | 12A | 3C | 2F |
| Octal | 276 | 60 | 302 | 2 | 113 | 0 | 30 | 452 | 74 | 57 |
| Binary | 10111110 | 110000 | 11000010 | 10 | 1001011 | 0 | 11000 | 100101010 | 111100 | 101111 |
Color Harmonies of #BE30C2
Complementary color
Monochromatic Colors of #BE30C2
Black with #BE30C2
Text Example
Text Example
White with #BE30C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE30C2; }
p { color: rgb(190,48,194); }
H1.HeaderClassName
{
color: #BE30C2;
}
.AnyTagClassName
{
color: #BE30C2;
}
</style>
background-color css
<style>
a { background-color: #BE30C2; }
a { background-color: rgb(190,48,194); }
div.DivClassName
{
background-color: #BE30C2;
}
.BgClassName
{
background-color: #BE30C2;
}
</style>
border-color css
<style>
span { border-color: #BE30C2; }
span { border-color: rgb(190,48,194); }
td.TdClassName
{
border-color: #BE30C2;
}
.TagClassName
{
border-color: #BE30C2;
}
</style>