Shades of Fuchsia #BE65BA
Tints of Fuchsia #BE65BA
RGB
CMYK
RGB Variations
Color information
#BE65BA (or 0xBE65BA) is known color: Fuchsia. HEX triplet: BE, 65 and BA. RGB value is (190,101,186). Sum of RGB (Red+Green+Blue) = 190+101+186=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BE65BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE65BA is #419A45. Grayscale: #898989. Windows color (decimal): -4299334 or 12215742. OLE color: 12215742.
HSL color Cylindrical-coordinate representation of color #BE65BA: hue angle of 302.7º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE65BA is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 101 | 186 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.25 |
| HSL | 302.7º | 0.41% | 0.57% | - |
| HSV(B) | 302.7º | 0.47% | 0.75% | - |
| XYZ | 34.75 | 23.8 | 49.22 | - |
| YUV | 137.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 101 | 186 | 0 | 0.47 | 0.02 | 0.25 | 302.7 | 0.41 | 0.57 |
| Hex | BE | 65 | BA | 0 | 2F | 2 | 19 | 12F | 29 | 39 |
| Octal | 276 | 145 | 272 | 0 | 57 | 2 | 31 | 457 | 51 | 71 |
| Binary | 10111110 | 1100101 | 10111010 | 0 | 101111 | 10 | 11001 | 100101111 | 101001 | 111001 |
Color Harmonies of #BE65BA
Complementary color
Monochromatic Colors of #BE65BA
Black with #BE65BA
Text Example
Text Example
White with #BE65BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE65BA; }
p { color: rgb(190,101,186); }
H1.HeaderClassName
{
color: #BE65BA;
}
.AnyTagClassName
{
color: #BE65BA;
}
</style>
background-color css
<style>
a { background-color: #BE65BA; }
a { background-color: rgb(190,101,186); }
div.DivClassName
{
background-color: #BE65BA;
}
.BgClassName
{
background-color: #BE65BA;
}
</style>
border-color css
<style>
span { border-color: #BE65BA; }
span { border-color: rgb(190,101,186); }
td.TdClassName
{
border-color: #BE65BA;
}
.TagClassName
{
border-color: #BE65BA;
}
</style>