Shades of Fuchsia #BE66A8
Tints of Fuchsia #BE66A8
RGB
CMYK
RGB Variations
Color information
#BE66A8 (or 0xBE66A8) is known color: Fuchsia. HEX triplet: BE, 66 and A8. RGB value is (190,102,168). Sum of RGB (Red+Green+Blue) = 190+102+168=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BE66A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE66A8 is #419957. Grayscale: #878787. Windows color (decimal): -4299096 or 11036350. OLE color: 11036350.
HSL color Cylindrical-coordinate representation of color #BE66A8: hue angle of 315º 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 #BE66A8 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 102 | 168 | - |
CMYK | 0 | 0.46 | 0.12 | 0.25 |
HSL | 315º | 0.4% | 0.57% | - |
HSV(B) | 315º | 0.46% | 0.75% | - |
XYZ | 33.05 | 23.28 | 39.8 | - |
YUV | 135.84 | 146.15 | 166.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 102 | 168 | 0 | 0.46 | 0.12 | 0.25 | 315 | 0.4 | 0.57 |
Hex | BE | 66 | A8 | 0 | 2E | C | 19 | 13B | 28 | 39 |
Octal | 276 | 146 | 250 | 0 | 56 | 14 | 31 | 473 | 50 | 71 |
Binary | 10111110 | 1100110 | 10101000 | 0 | 101110 | 1100 | 11001 | 100111011 | 101000 | 111001 |
Color Harmonies of #BE66A8
Complementary color
Monochromatic Colors of #BE66A8
Black with #BE66A8
Text Example
Text Example
White with #BE66A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE66A8; }
p { color: rgb(190,102,168); }
H1.HeaderClassName
{
color: #BE66A8;
}
.AnyTagClassName
{
color: #BE66A8;
}
</style>
background-color css
<style>
a { background-color: #BE66A8; }
a { background-color: rgb(190,102,168); }
div.DivClassName
{
background-color: #BE66A8;
}
.BgClassName
{
background-color: #BE66A8;
}
</style>
border-color css
<style>
span { border-color: #BE66A8; }
span { border-color: rgb(190,102,168); }
td.TdClassName
{
border-color: #BE66A8;
}
.TagClassName
{
border-color: #BE66A8;
}
</style>