Shades of Fuchsia #BE36C0
Tints of Fuchsia #BE36C0
RGB
CMYK
RGB Variations
Color information
#BE36C0 (or 0xBE36C0) is known color: Fuchsia. HEX triplet: BE, 36 and C0. RGB value is (190,54,192). Sum of RGB (Red+Green+Blue) = 190+54+192=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 54 (21.48% from 255 or 12.39% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE36C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE36C0 is #41C93F. Grayscale: #6D6D6D. Windows color (decimal): -4311360 or 12596926. OLE color: 12596926.
HSL color Cylindrical-coordinate representation of color #BE36C0: hue angle of 299.13º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE36C0 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 54 | 192 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.25 |
| HSL | 299.13º | 0.56% | 0.48% | - |
| HSV(B) | 299.13º | 0.72% | 0.75% | - |
| XYZ | 32.07 | 17.39 | 51.54 | - |
| YUV | 110.4 | 174.06 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 54 | 192 | 0.01 | 0.72 | 0 | 0.25 | 299.13 | 0.56 | 0.48 |
| Hex | BE | 36 | C0 | 1 | 48 | 0 | 19 | 12B | 38 | 30 |
| Octal | 276 | 66 | 300 | 1 | 110 | 0 | 31 | 453 | 70 | 60 |
| Binary | 10111110 | 110110 | 11000000 | 1 | 1001000 | 0 | 11001 | 100101011 | 111000 | 110000 |
Color Harmonies of #BE36C0
Complementary color
Monochromatic Colors of #BE36C0
Black with #BE36C0
Text Example
Text Example
White with #BE36C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE36C0; }
p { color: rgb(190,54,192); }
H1.HeaderClassName
{
color: #BE36C0;
}
.AnyTagClassName
{
color: #BE36C0;
}
</style>
background-color css
<style>
a { background-color: #BE36C0; }
a { background-color: rgb(190,54,192); }
div.DivClassName
{
background-color: #BE36C0;
}
.BgClassName
{
background-color: #BE36C0;
}
</style>
border-color css
<style>
span { border-color: #BE36C0; }
span { border-color: rgb(190,54,192); }
td.TdClassName
{
border-color: #BE36C0;
}
.TagClassName
{
border-color: #BE36C0;
}
</style>