Shades of Fuchsia #BE28BC
Tints of Fuchsia #BE28BC
RGB
CMYK
RGB Variations
Color information
#BE28BC (or 0xBE28BC) is known color: Fuchsia. HEX triplet: BE, 28 and BC. RGB value is (190,40,188). Sum of RGB (Red+Green+Blue) = 190+40+188=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 40 (16.02% from 255 or 9.57% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE28BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE28BC is #41D743. Grayscale: #656565. Windows color (decimal): -4314948 or 12331198. OLE color: 12331198.
HSL color Cylindrical-coordinate representation of color #BE28BC: hue angle of 300.8º 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 #BE28BC is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 40 | 188 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.25 |
| HSL | 300.8º | 0.65% | 0.45% | - |
| HSV(B) | 300.8º | 0.79% | 0.75% | - |
| XYZ | 31.07 | 16.1 | 49.05 | - |
| YUV | 101.72 | 176.7 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 40 | 188 | 0 | 0.79 | 0.01 | 0.25 | 300.8 | 0.65 | 0.45 |
| Hex | BE | 28 | BC | 0 | 4F | 1 | 19 | 12D | 41 | 2D |
| Octal | 276 | 50 | 274 | 0 | 117 | 1 | 31 | 455 | 101 | 55 |
| Binary | 10111110 | 101000 | 10111100 | 0 | 1001111 | 1 | 11001 | 100101101 | 1000001 | 101101 |
Color Harmonies of #BE28BC
Complementary color
Monochromatic Colors of #BE28BC
Black with #BE28BC
Text Example
Text Example
White with #BE28BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE28BC; }
p { color: rgb(190,40,188); }
H1.HeaderClassName
{
color: #BE28BC;
}
.AnyTagClassName
{
color: #BE28BC;
}
</style>
background-color css
<style>
a { background-color: #BE28BC; }
a { background-color: rgb(190,40,188); }
div.DivClassName
{
background-color: #BE28BC;
}
.BgClassName
{
background-color: #BE28BC;
}
</style>
border-color css
<style>
span { border-color: #BE28BC; }
span { border-color: rgb(190,40,188); }
td.TdClassName
{
border-color: #BE28BC;
}
.TagClassName
{
border-color: #BE28BC;
}
</style>