Shades of Fuchsia #BE38BD
Tints of Fuchsia #BE38BD
RGB
CMYK
RGB Variations
Color information
#BE38BD (or 0xBE38BD) is known color: Fuchsia. HEX triplet: BE, 38 and BD. RGB value is (190,56,189). Sum of RGB (Red+Green+Blue) = 190+56+189=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 56 (22.27% from 255 or 12.87% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE38BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE38BD is #41C742. Grayscale: #6E6E6E. Windows color (decimal): -4310851 or 12400830. OLE color: 12400830.
HSL color Cylindrical-coordinate representation of color #BE38BD: hue angle of 300.45º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE38BD is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 56 | 189 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.25 |
| HSL | 300.45º | 0.54% | 0.48% | - |
| HSV(B) | 300.45º | 0.71% | 0.75% | - |
| XYZ | 31.83 | 17.45 | 49.83 | - |
| YUV | 111.23 | 171.89 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 56 | 189 | 0 | 0.71 | 0.01 | 0.25 | 300.45 | 0.54 | 0.48 |
| Hex | BE | 38 | BD | 0 | 47 | 1 | 19 | 12C | 36 | 30 |
| Octal | 276 | 70 | 275 | 0 | 107 | 1 | 31 | 454 | 66 | 60 |
| Binary | 10111110 | 111000 | 10111101 | 0 | 1000111 | 1 | 11001 | 100101100 | 110110 | 110000 |
Color Harmonies of #BE38BD
Complementary color
Monochromatic Colors of #BE38BD
Black with #BE38BD
Text Example
Text Example
White with #BE38BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE38BD; }
p { color: rgb(190,56,189); }
H1.HeaderClassName
{
color: #BE38BD;
}
.AnyTagClassName
{
color: #BE38BD;
}
</style>
background-color css
<style>
a { background-color: #BE38BD; }
a { background-color: rgb(190,56,189); }
div.DivClassName
{
background-color: #BE38BD;
}
.BgClassName
{
background-color: #BE38BD;
}
</style>
border-color css
<style>
span { border-color: #BE38BD; }
span { border-color: rgb(190,56,189); }
td.TdClassName
{
border-color: #BE38BD;
}
.TagClassName
{
border-color: #BE38BD;
}
</style>