Shades of Fuchsia #BE38C0
Tints of Fuchsia #BE38C0
RGB
CMYK
RGB Variations
Color information
#BE38C0 (or 0xBE38C0) is known color: Fuchsia. HEX triplet: BE, 38 and C0. RGB value is (190,56,192). Sum of RGB (Red+Green+Blue) = 190+56+192=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 56 (22.27% from 255 or 12.79% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE38C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE38C0 is #41C73F. Grayscale: #6F6F6F. Windows color (decimal): -4310848 or 12597438. OLE color: 12597438.
HSL color Cylindrical-coordinate representation of color #BE38C0: hue angle of 299.12º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE38C0 is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 56 | 192 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.25 |
| HSL | 299.12º | 0.55% | 0.49% | - |
| HSV(B) | 299.12º | 0.71% | 0.75% | - |
| XYZ | 32.16 | 17.58 | 51.57 | - |
| YUV | 111.57 | 173.39 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 56 | 192 | 0.01 | 0.71 | 0 | 0.25 | 299.12 | 0.55 | 0.49 |
| Hex | BE | 38 | C0 | 1 | 47 | 0 | 19 | 12B | 37 | 31 |
| Octal | 276 | 70 | 300 | 1 | 107 | 0 | 31 | 453 | 67 | 61 |
| Binary | 10111110 | 111000 | 11000000 | 1 | 1000111 | 0 | 11001 | 100101011 | 110111 | 110001 |
Color Harmonies of #BE38C0
Complementary color
Monochromatic Colors of #BE38C0
Black with #BE38C0
Text Example
Text Example
White with #BE38C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE38C0; }
p { color: rgb(190,56,192); }
H1.HeaderClassName
{
color: #BE38C0;
}
.AnyTagClassName
{
color: #BE38C0;
}
</style>
background-color css
<style>
a { background-color: #BE38C0; }
a { background-color: rgb(190,56,192); }
div.DivClassName
{
background-color: #BE38C0;
}
.BgClassName
{
background-color: #BE38C0;
}
</style>
border-color css
<style>
span { border-color: #BE38C0; }
span { border-color: rgb(190,56,192); }
td.TdClassName
{
border-color: #BE38C0;
}
.TagClassName
{
border-color: #BE38C0;
}
</style>