Shades of Fuchsia #BE75C0
Tints of Fuchsia #BE75C0
RGB
CMYK
RGB Variations
Color information
#BE75C0 (or 0xBE75C0) is known color: Fuchsia. HEX triplet: BE, 75 and C0. RGB value is (190,117,192). Sum of RGB (Red+Green+Blue) = 190+117+192=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE75C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE75C0 is #418A3F. Grayscale: #939393. Windows color (decimal): -4295232 or 12613054. OLE color: 12613054.
HSL color Cylindrical-coordinate representation of color #BE75C0: hue angle of 298.4º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE75C0 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 117 | 192 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.25 |
| HSL | 298.4º | 0.37% | 0.61% | - |
| HSV(B) | 298.4º | 0.39% | 0.75% | - |
| XYZ | 37.11 | 27.48 | 53.22 | - |
| YUV | 147.38 | 153.18 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 117 | 192 | 0.01 | 0.39 | 0 | 0.25 | 298.4 | 0.37 | 0.61 |
| Hex | BE | 75 | C0 | 1 | 27 | 0 | 19 | 12A | 25 | 3D |
| Octal | 276 | 165 | 300 | 1 | 47 | 0 | 31 | 452 | 45 | 75 |
| Binary | 10111110 | 1110101 | 11000000 | 1 | 100111 | 0 | 11001 | 100101010 | 100101 | 111101 |
Color Harmonies of #BE75C0
Complementary color
Monochromatic Colors of #BE75C0
Black with #BE75C0
Text Example
Text Example
White with #BE75C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE75C0; }
p { color: rgb(190,117,192); }
H1.HeaderClassName
{
color: #BE75C0;
}
.AnyTagClassName
{
color: #BE75C0;
}
</style>
background-color css
<style>
a { background-color: #BE75C0; }
a { background-color: rgb(190,117,192); }
div.DivClassName
{
background-color: #BE75C0;
}
.BgClassName
{
background-color: #BE75C0;
}
</style>
border-color css
<style>
span { border-color: #BE75C0; }
span { border-color: rgb(190,117,192); }
td.TdClassName
{
border-color: #BE75C0;
}
.TagClassName
{
border-color: #BE75C0;
}
</style>