Shades of Fuchsia #BE36BA
Tints of Fuchsia #BE36BA
RGB
CMYK
RGB Variations
Color information
#BE36BA (or 0xBE36BA) is known color: Fuchsia. HEX triplet: BE, 36 and BA. RGB value is (190,54,186). Sum of RGB (Red+Green+Blue) = 190+54+186=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 54 (21.48% from 255 or 12.56% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE36BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE36BA is #41C945. Grayscale: #6D6D6D. Windows color (decimal): -4311366 or 12203710. OLE color: 12203710.
HSL color Cylindrical-coordinate representation of color #BE36BA: hue angle of 301.76º 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 #BE36BA is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 54 | 186 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.25 |
| HSL | 301.76º | 0.56% | 0.48% | - |
| HSV(B) | 301.76º | 0.72% | 0.75% | - |
| XYZ | 31.42 | 17.13 | 48.11 | - |
| YUV | 109.71 | 171.06 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 54 | 186 | 0 | 0.72 | 0.02 | 0.25 | 301.76 | 0.56 | 0.48 |
| Hex | BE | 36 | BA | 0 | 48 | 2 | 19 | 12E | 38 | 30 |
| Octal | 276 | 66 | 272 | 0 | 110 | 2 | 31 | 456 | 70 | 60 |
| Binary | 10111110 | 110110 | 10111010 | 0 | 1001000 | 10 | 11001 | 100101110 | 111000 | 110000 |
Color Harmonies of #BE36BA
Complementary color
Monochromatic Colors of #BE36BA
Black with #BE36BA
Text Example
Text Example
White with #BE36BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE36BA; }
p { color: rgb(190,54,186); }
H1.HeaderClassName
{
color: #BE36BA;
}
.AnyTagClassName
{
color: #BE36BA;
}
</style>
background-color css
<style>
a { background-color: #BE36BA; }
a { background-color: rgb(190,54,186); }
div.DivClassName
{
background-color: #BE36BA;
}
.BgClassName
{
background-color: #BE36BA;
}
</style>
border-color css
<style>
span { border-color: #BE36BA; }
span { border-color: rgb(190,54,186); }
td.TdClassName
{
border-color: #BE36BA;
}
.TagClassName
{
border-color: #BE36BA;
}
</style>