Shades of Fuchsia #BE30C0
Tints of Fuchsia #BE30C0
RGB
CMYK
RGB Variations
Color information
#BE30C0 (or 0xBE30C0) is known color: Fuchsia. HEX triplet: BE, 30 and C0. RGB value is (190,48,192). Sum of RGB (Red+Green+Blue) = 190+48+192=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 48 (19.14% from 255 or 11.16% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE30C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE30C0 is #41CF3F. Grayscale: #6A6A6A. Windows color (decimal): -4312896 or 12595390. OLE color: 12595390.
HSL color Cylindrical-coordinate representation of color #BE30C0: hue angle of 299.17º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE30C0 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 48 | 192 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.25 |
| HSL | 299.17º | 0.6% | 0.47% | - |
| HSV(B) | 299.17º | 0.75% | 0.75% | - |
| XYZ | 31.81 | 16.87 | 51.45 | - |
| YUV | 106.87 | 176.04 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 48 | 192 | 0.01 | 0.75 | 0 | 0.25 | 299.17 | 0.6 | 0.47 |
| Hex | BE | 30 | C0 | 1 | 4B | 0 | 19 | 12B | 3C | 2F |
| Octal | 276 | 60 | 300 | 1 | 113 | 0 | 31 | 453 | 74 | 57 |
| Binary | 10111110 | 110000 | 11000000 | 1 | 1001011 | 0 | 11001 | 100101011 | 111100 | 101111 |
Color Harmonies of #BE30C0
Complementary color
Monochromatic Colors of #BE30C0
Black with #BE30C0
Text Example
Text Example
White with #BE30C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE30C0; }
p { color: rgb(190,48,192); }
H1.HeaderClassName
{
color: #BE30C0;
}
.AnyTagClassName
{
color: #BE30C0;
}
</style>
background-color css
<style>
a { background-color: #BE30C0; }
a { background-color: rgb(190,48,192); }
div.DivClassName
{
background-color: #BE30C0;
}
.BgClassName
{
background-color: #BE30C0;
}
</style>
border-color css
<style>
span { border-color: #BE30C0; }
span { border-color: rgb(190,48,192); }
td.TdClassName
{
border-color: #BE30C0;
}
.TagClassName
{
border-color: #BE30C0;
}
</style>