Shades of Fuchsia #BE66BD
Tints of Fuchsia #BE66BD
RGB
CMYK
RGB Variations
Color information
#BE66BD (or 0xBE66BD) is known color: Fuchsia. HEX triplet: BE, 66 and BD. RGB value is (190,102,189). Sum of RGB (Red+Green+Blue) = 190+102+189=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BE66BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE66BD is #419942. Grayscale: #898989. Windows color (decimal): -4299075 or 12412606. OLE color: 12412606.
HSL color Cylindrical-coordinate representation of color #BE66BD: hue angle of 300.68º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE66BD is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 102 | 189 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.25 |
| HSL | 300.68º | 0.4% | 0.57% | - |
| HSV(B) | 300.68º | 0.46% | 0.75% | - |
| XYZ | 35.17 | 24.12 | 50.95 | - |
| YUV | 138.23 | 156.65 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 102 | 189 | 0 | 0.46 | 0.01 | 0.25 | 300.68 | 0.4 | 0.57 |
| Hex | BE | 66 | BD | 0 | 2E | 1 | 19 | 12D | 28 | 39 |
| Octal | 276 | 146 | 275 | 0 | 56 | 1 | 31 | 455 | 50 | 71 |
| Binary | 10111110 | 1100110 | 10111101 | 0 | 101110 | 1 | 11001 | 100101101 | 101000 | 111001 |
Color Harmonies of #BE66BD
Complementary color
Monochromatic Colors of #BE66BD
Black with #BE66BD
Text Example
Text Example
White with #BE66BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE66BD; }
p { color: rgb(190,102,189); }
H1.HeaderClassName
{
color: #BE66BD;
}
.AnyTagClassName
{
color: #BE66BD;
}
</style>
background-color css
<style>
a { background-color: #BE66BD; }
a { background-color: rgb(190,102,189); }
div.DivClassName
{
background-color: #BE66BD;
}
.BgClassName
{
background-color: #BE66BD;
}
</style>
border-color css
<style>
span { border-color: #BE66BD; }
span { border-color: rgb(190,102,189); }
td.TdClassName
{
border-color: #BE66BD;
}
.TagClassName
{
border-color: #BE66BD;
}
</style>