Shades of Fuchsia #BE28B5
Tints of Fuchsia #BE28B5
RGB
CMYK
RGB Variations
Color information
#BE28B5 (or 0xBE28B5) is known color: Fuchsia. HEX triplet: BE, 28 and B5. RGB value is (190,40,181). Sum of RGB (Red+Green+Blue) = 190+40+181=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 181 (71.09% from 255 or 44.04% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE28B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE28B5 is #41D74A. Grayscale: #646464. Windows color (decimal): -4314955 or 11872446. OLE color: 11872446.
HSL color Cylindrical-coordinate representation of color #BE28B5: hue angle of 303.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE28B5 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 40 | 181 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.25 |
| HSL | 303.6º | 0.65% | 0.45% | - |
| HSV(B) | 303.6º | 0.79% | 0.75% | - |
| XYZ | 30.33 | 15.8 | 45.17 | - |
| YUV | 100.92 | 173.2 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 40 | 181 | 0 | 0.79 | 0.05 | 0.25 | 303.6 | 0.65 | 0.45 |
| Hex | BE | 28 | B5 | 0 | 4F | 5 | 19 | 130 | 41 | 2D |
| Octal | 276 | 50 | 265 | 0 | 117 | 5 | 31 | 460 | 101 | 55 |
| Binary | 10111110 | 101000 | 10110101 | 0 | 1001111 | 101 | 11001 | 100110000 | 1000001 | 101101 |
Color Harmonies of #BE28B5
Complementary color
Monochromatic Colors of #BE28B5
Black with #BE28B5
Text Example
Text Example
White with #BE28B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE28B5; }
p { color: rgb(190,40,181); }
H1.HeaderClassName
{
color: #BE28B5;
}
.AnyTagClassName
{
color: #BE28B5;
}
</style>
background-color css
<style>
a { background-color: #BE28B5; }
a { background-color: rgb(190,40,181); }
div.DivClassName
{
background-color: #BE28B5;
}
.BgClassName
{
background-color: #BE28B5;
}
</style>
border-color css
<style>
span { border-color: #BE28B5; }
span { border-color: rgb(190,40,181); }
td.TdClassName
{
border-color: #BE28B5;
}
.TagClassName
{
border-color: #BE28B5;
}
</style>