Shades of Fuchsia #BE2DBB
Tints of Fuchsia #BE2DBB
RGB
CMYK
RGB Variations
Color information
#BE2DBB (or 0xBE2DBB) is known color: Fuchsia. HEX triplet: BE, 2D and BB. RGB value is (190,45,187). Sum of RGB (Red+Green+Blue) = 190+45+187=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 45 (17.97% from 255 or 10.66% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2DBB is #41D244. Grayscale: #686868. Windows color (decimal): -4313669 or 12266942. OLE color: 12266942.
HSL color Cylindrical-coordinate representation of color #BE2DBB: hue angle of 301.24º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE2DBB is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 45 | 187 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.25 |
| HSL | 301.24º | 0.62% | 0.46% | - |
| HSV(B) | 301.24º | 0.76% | 0.75% | - |
| XYZ | 31.14 | 16.41 | 48.54 | - |
| YUV | 104.54 | 174.54 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 187 | 0 | 0.76 | 0.02 | 0.25 | 301.24 | 0.62 | 0.46 |
| Hex | BE | 2D | BB | 0 | 4C | 2 | 19 | 12D | 3E | 2E |
| Octal | 276 | 55 | 273 | 0 | 114 | 2 | 31 | 455 | 76 | 56 |
| Binary | 10111110 | 101101 | 10111011 | 0 | 1001100 | 10 | 11001 | 100101101 | 111110 | 101110 |
Color Harmonies of #BE2DBB
Complementary color
Monochromatic Colors of #BE2DBB
Black with #BE2DBB
Text Example
Text Example
White with #BE2DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2DBB; }
p { color: rgb(190,45,187); }
H1.HeaderClassName
{
color: #BE2DBB;
}
.AnyTagClassName
{
color: #BE2DBB;
}
</style>
background-color css
<style>
a { background-color: #BE2DBB; }
a { background-color: rgb(190,45,187); }
div.DivClassName
{
background-color: #BE2DBB;
}
.BgClassName
{
background-color: #BE2DBB;
}
</style>
border-color css
<style>
span { border-color: #BE2DBB; }
span { border-color: rgb(190,45,187); }
td.TdClassName
{
border-color: #BE2DBB;
}
.TagClassName
{
border-color: #BE2DBB;
}
</style>