Shades of Fuchsia #BE58C1
Tints of Fuchsia #BE58C1
RGB
CMYK
RGB Variations
Color information
#BE58C1 (or 0xBE58C1) is known color: Fuchsia. HEX triplet: BE, 58 and C1. RGB value is (190,88,193). Sum of RGB (Red+Green+Blue) = 190+88+193=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE58C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE58C1 is #41A73E. Grayscale: #828282. Windows color (decimal): -4302655 or 12671166. OLE color: 12671166.
HSL color Cylindrical-coordinate representation of color #BE58C1: hue angle of 298.29º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE58C1 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 88 | 193 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.24 |
| HSL | 298.29º | 0.46% | 0.55% | - |
| HSV(B) | 298.29º | 0.54% | 0.76% | - |
| XYZ | 34.35 | 21.78 | 52.84 | - |
| YUV | 130.47 | 163.29 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 88 | 193 | 0.02 | 0.54 | 0 | 0.24 | 298.29 | 0.46 | 0.55 |
| Hex | BE | 58 | C1 | 2 | 36 | 0 | 18 | 12A | 2E | 37 |
| Octal | 276 | 130 | 301 | 2 | 66 | 0 | 30 | 452 | 56 | 67 |
| Binary | 10111110 | 1011000 | 11000001 | 10 | 110110 | 0 | 11000 | 100101010 | 101110 | 110111 |
Color Harmonies of #BE58C1
Complementary color
Monochromatic Colors of #BE58C1
Black with #BE58C1
Text Example
Text Example
White with #BE58C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE58C1; }
p { color: rgb(190,88,193); }
H1.HeaderClassName
{
color: #BE58C1;
}
.AnyTagClassName
{
color: #BE58C1;
}
</style>
background-color css
<style>
a { background-color: #BE58C1; }
a { background-color: rgb(190,88,193); }
div.DivClassName
{
background-color: #BE58C1;
}
.BgClassName
{
background-color: #BE58C1;
}
</style>
border-color css
<style>
span { border-color: #BE58C1; }
span { border-color: rgb(190,88,193); }
td.TdClassName
{
border-color: #BE58C1;
}
.TagClassName
{
border-color: #BE58C1;
}
</style>