Shades of Fuchsia #BE58C5
Tints of Fuchsia #BE58C5
RGB
CMYK
RGB Variations
Color information
#BE58C5 (or 0xBE58C5) is known color: Fuchsia. HEX triplet: BE, 58 and C5. RGB value is (190,88,197). Sum of RGB (Red+Green+Blue) = 190+88+197=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 88 (34.77% from 255 or 18.53% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE58C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE58C5 is #41A73A. Grayscale: #828282. Windows color (decimal): -4302651 or 12933310. OLE color: 12933310.
HSL color Cylindrical-coordinate representation of color #BE58C5: hue angle of 296.15º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE58C5 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 88 | 197 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.23 |
| HSL | 296.15º | 0.48% | 0.56% | - |
| HSV(B) | 296.15º | 0.55% | 0.77% | - |
| XYZ | 34.8 | 21.96 | 55.23 | - |
| YUV | 130.92 | 165.29 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 88 | 197 | 0.04 | 0.55 | 0 | 0.23 | 296.15 | 0.48 | 0.56 |
| Hex | BE | 58 | C5 | 4 | 37 | 0 | 17 | 128 | 30 | 38 |
| Octal | 276 | 130 | 305 | 4 | 67 | 0 | 27 | 450 | 60 | 70 |
| Binary | 10111110 | 1011000 | 11000101 | 100 | 110111 | 0 | 10111 | 100101000 | 110000 | 111000 |
Color Harmonies of #BE58C5
Complementary color
Monochromatic Colors of #BE58C5
Black with #BE58C5
Text Example
Text Example
White with #BE58C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE58C5; }
p { color: rgb(190,88,197); }
H1.HeaderClassName
{
color: #BE58C5;
}
.AnyTagClassName
{
color: #BE58C5;
}
</style>
background-color css
<style>
a { background-color: #BE58C5; }
a { background-color: rgb(190,88,197); }
div.DivClassName
{
background-color: #BE58C5;
}
.BgClassName
{
background-color: #BE58C5;
}
</style>
border-color css
<style>
span { border-color: #BE58C5; }
span { border-color: rgb(190,88,197); }
td.TdClassName
{
border-color: #BE58C5;
}
.TagClassName
{
border-color: #BE58C5;
}
</style>