Shades of Fuchsia #BE58BB
Tints of Fuchsia #BE58BB
RGB
CMYK
RGB Variations
Color information
#BE58BB (or 0xBE58BB) is known color: Fuchsia. HEX triplet: BE, 58 and BB. RGB value is (190,88,187). Sum of RGB (Red+Green+Blue) = 190+88+187=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BE58BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE58BB is #41A744. Grayscale: #818181. Windows color (decimal): -4302661 or 12277950. OLE color: 12277950.
HSL color Cylindrical-coordinate representation of color #BE58BB: hue angle of 301.76º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE58BB is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 88 | 187 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.25 |
| HSL | 301.76º | 0.44% | 0.55% | - |
| HSV(B) | 301.76º | 0.54% | 0.75% | - |
| XYZ | 33.69 | 21.51 | 49.39 | - |
| YUV | 129.78 | 160.29 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 88 | 187 | 0 | 0.54 | 0.02 | 0.25 | 301.76 | 0.44 | 0.55 |
| Hex | BE | 58 | BB | 0 | 36 | 2 | 19 | 12E | 2C | 37 |
| Octal | 276 | 130 | 273 | 0 | 66 | 2 | 31 | 456 | 54 | 67 |
| Binary | 10111110 | 1011000 | 10111011 | 0 | 110110 | 10 | 11001 | 100101110 | 101100 | 110111 |
Color Harmonies of #BE58BB
Complementary color
Monochromatic Colors of #BE58BB
Black with #BE58BB
Text Example
Text Example
White with #BE58BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE58BB; }
p { color: rgb(190,88,187); }
H1.HeaderClassName
{
color: #BE58BB;
}
.AnyTagClassName
{
color: #BE58BB;
}
</style>
background-color css
<style>
a { background-color: #BE58BB; }
a { background-color: rgb(190,88,187); }
div.DivClassName
{
background-color: #BE58BB;
}
.BgClassName
{
background-color: #BE58BB;
}
</style>
border-color css
<style>
span { border-color: #BE58BB; }
span { border-color: rgb(190,88,187); }
td.TdClassName
{
border-color: #BE58BB;
}
.TagClassName
{
border-color: #BE58BB;
}
</style>