Shades of Fuchsia #BE5DB3
Tints of Fuchsia #BE5DB3
RGB
CMYK
RGB Variations
Color information
#BE5DB3 (or 0xBE5DB3) is known color: Fuchsia. HEX triplet: BE, 5D and B3. RGB value is (190,93,179). Sum of RGB (Red+Green+Blue) = 190+93+179=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 179 (70.31% from 255 or 38.74% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5DB3 is #41A24C. Grayscale: #838383. Windows color (decimal): -4301389 or 11754942. OLE color: 11754942.
HSL color Cylindrical-coordinate representation of color #BE5DB3: hue angle of 306.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE5DB3 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 93 | 179 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.25 |
| HSL | 306.8º | 0.43% | 0.55% | - |
| HSV(B) | 306.8º | 0.51% | 0.75% | - |
| XYZ | 33.29 | 22.03 | 45.15 | - |
| YUV | 131.81 | 154.64 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 93 | 179 | 0 | 0.51 | 0.06 | 0.25 | 306.8 | 0.43 | 0.55 |
| Hex | BE | 5D | B3 | 0 | 33 | 6 | 19 | 133 | 2B | 37 |
| Octal | 276 | 135 | 263 | 0 | 63 | 6 | 31 | 463 | 53 | 67 |
| Binary | 10111110 | 1011101 | 10110011 | 0 | 110011 | 110 | 11001 | 100110011 | 101011 | 110111 |
Color Harmonies of #BE5DB3
Complementary color
Monochromatic Colors of #BE5DB3
Black with #BE5DB3
Text Example
Text Example
White with #BE5DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5DB3; }
p { color: rgb(190,93,179); }
H1.HeaderClassName
{
color: #BE5DB3;
}
.AnyTagClassName
{
color: #BE5DB3;
}
</style>
background-color css
<style>
a { background-color: #BE5DB3; }
a { background-color: rgb(190,93,179); }
div.DivClassName
{
background-color: #BE5DB3;
}
.BgClassName
{
background-color: #BE5DB3;
}
</style>
border-color css
<style>
span { border-color: #BE5DB3; }
span { border-color: rgb(190,93,179); }
td.TdClassName
{
border-color: #BE5DB3;
}
.TagClassName
{
border-color: #BE5DB3;
}
</style>