#BE6EB7

Color #BE6EB7 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #BE6EB7

Tints of Fuchsia #BE6EB7

Color information

#BE6EB7 (or 0xBE6EB7) is unknown color: approx Fuchsia. HEX triplet: BE, 6E and B7. RGB value is (190,110,183). Sum of RGB (Red+Green+Blue) = 190+110+183=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 183 (71.88% from 255 or 37.89% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6EB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6EB7 is #419148. Grayscale: #8E8E8E. Windows color (decimal): -4297033 or 12021438. OLE color: 12021438.

HSL color Cylindrical-coordinate representation of color #BE6EB7: hue angle of 305.25º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE6EB7 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB190110183-
CMYK00.420.040.25
HSL305.25º38.1%58.82%-
HSV(B)305.25º42.11%74.51%-
XYZ35.3625.5247.86-
YUV142.24151162.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 110 (43.36% from 255) = 22.77%
BLUE value IS 183 (71.88% from 255) = 37.89%
R=39.34%
G=22.77%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011018300.420.040.25305.2538.158.82
HexBE6EB702A419131263b
Octal2761562670524314614673
Binary10111110110111010110111010101010011001100110001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6EB7; }

 p { color: rgb(190,110,183); }

 H1.HeaderClassName
 {
   color: #BE6EB7;
 }
 .AnyTagClassName
 {
   color: #BE6EB7;
 }
</style>
background-color css

<style>
 a { background-color: #BE6EB7; }

 a { background-color: rgb(190,110,183); }

 div.DivClassName
 {
   background-color: #BE6EB7;
 }
 .BgClassName
 {
   background-color: #BE6EB7;
 }
</style>
border-color css

<style>
 span { border-color: #BE6EB7; }

 span { border-color: rgb(190,110,183); }

 td.TdClassName
 {
   border-color: #BE6EB7;
 }
 .TagClassName
 {
   border-color: #BE6EB7;
 }
</style>