Shades of Fuchsia #BE36C2
Tints of Fuchsia #BE36C2
RGB
CMYK
RGB Variations
Color information
#BE36C2 (or 0xBE36C2) is known color: Fuchsia. HEX triplet: BE, 36 and C2. RGB value is (190,54,194). Sum of RGB (Red+Green+Blue) = 190+54+194=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 54 (21.48% from 255 or 12.33% from 438); Blue value is 194 (76.17% from 255 or 44.29% from 438); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE36C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE36C2 is #41C93D. Grayscale: #6E6E6E. Windows color (decimal): -4311358 or 12727998. OLE color: 12727998.
HSL color Cylindrical-coordinate representation of color #BE36C2: hue angle of 298.29º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE36C2 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 54 | 194 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.24 |
| HSL | 298.29º | 0.56% | 0.49% | - |
| HSV(B) | 298.29º | 0.72% | 0.76% | - |
| XYZ | 32.29 | 17.48 | 52.71 | - |
| YUV | 110.62 | 175.06 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 54 | 194 | 0.02 | 0.72 | 0 | 0.24 | 298.29 | 0.56 | 0.49 |
| Hex | BE | 36 | C2 | 2 | 48 | 0 | 18 | 12A | 38 | 31 |
| Octal | 276 | 66 | 302 | 2 | 110 | 0 | 30 | 452 | 70 | 61 |
| Binary | 10111110 | 110110 | 11000010 | 10 | 1001000 | 0 | 11000 | 100101010 | 111000 | 110001 |
Color Harmonies of #BE36C2
Complementary color
Monochromatic Colors of #BE36C2
Black with #BE36C2
Text Example
Text Example
White with #BE36C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE36C2; }
p { color: rgb(190,54,194); }
H1.HeaderClassName
{
color: #BE36C2;
}
.AnyTagClassName
{
color: #BE36C2;
}
</style>
background-color css
<style>
a { background-color: #BE36C2; }
a { background-color: rgb(190,54,194); }
div.DivClassName
{
background-color: #BE36C2;
}
.BgClassName
{
background-color: #BE36C2;
}
</style>
border-color css
<style>
span { border-color: #BE36C2; }
span { border-color: rgb(190,54,194); }
td.TdClassName
{
border-color: #BE36C2;
}
.TagClassName
{
border-color: #BE36C2;
}
</style>