Shades of Fuchsia #BE65C0
Tints of Fuchsia #BE65C0
RGB
CMYK
RGB Variations
Color information
#BE65C0 (or 0xBE65C0) is known color: Fuchsia. HEX triplet: BE, 65 and C0. RGB value is (190,101,192). Sum of RGB (Red+Green+Blue) = 190+101+192=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE65C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE65C0 is #419A3F. Grayscale: #898989. Windows color (decimal): -4299328 or 12608958. OLE color: 12608958.
HSL color Cylindrical-coordinate representation of color #BE65C0: hue angle of 298.68º degrees, saturation: 0.42, 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 #BE65C0 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 101 | 192 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.25 |
| HSL | 298.68º | 0.42% | 0.57% | - |
| HSV(B) | 298.68º | 0.47% | 0.75% | - |
| XYZ | 35.4 | 24.06 | 52.65 | - |
| YUV | 137.99 | 158.49 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 101 | 192 | 0.01 | 0.47 | 0 | 0.25 | 298.68 | 0.42 | 0.57 |
| Hex | BE | 65 | C0 | 1 | 2F | 0 | 19 | 12B | 2A | 39 |
| Octal | 276 | 145 | 300 | 1 | 57 | 0 | 31 | 453 | 52 | 71 |
| Binary | 10111110 | 1100101 | 11000000 | 1 | 101111 | 0 | 11001 | 100101011 | 101010 | 111001 |
Color Harmonies of #BE65C0
Complementary color
Monochromatic Colors of #BE65C0
Black with #BE65C0
Text Example
Text Example
White with #BE65C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE65C0; }
p { color: rgb(190,101,192); }
H1.HeaderClassName
{
color: #BE65C0;
}
.AnyTagClassName
{
color: #BE65C0;
}
</style>
background-color css
<style>
a { background-color: #BE65C0; }
a { background-color: rgb(190,101,192); }
div.DivClassName
{
background-color: #BE65C0;
}
.BgClassName
{
background-color: #BE65C0;
}
</style>
border-color css
<style>
span { border-color: #BE65C0; }
span { border-color: rgb(190,101,192); }
td.TdClassName
{
border-color: #BE65C0;
}
.TagClassName
{
border-color: #BE65C0;
}
</style>