#BE5DC7

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

Shades of Fuchsia #BE5DC7

Tints of Fuchsia #BE5DC7

Color information

#BE5DC7 (or 0xBE5DC7) is unknown color: approx Fuchsia. HEX triplet: BE, 5D and C7. RGB value is (190,93,199). Sum of RGB (Red+Green+Blue) = 190+93+199=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 199 (78.12% from 255 or 41.29% from 482); Max value from RGB is 199 - color contains mainly: blue. Hex color #BE5DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5DC7 is #41A238. Grayscale: #858585. Windows color (decimal): -4301369 or 13065662. OLE color: 13065662.

HSL color Cylindrical-coordinate representation of color #BE5DC7: hue angle of 294.91º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE5DC7 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19093199-
CMYK0.050.5300.22
HSL294.91º48.62%57.25%-
HSV(B)294.91º53.27%78.04%-
XYZ35.4622.956.58-
YUV134.09164.64167.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.42%
GREEN value IS 93 (36.72% from 255) = 19.29%
BLUE value IS 199 (78.12% from 255) = 41.29%
R=39.42%
G=19.29%
B=41.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal190931990.050.5300.22294.9148.6257.25
HexBE5DC75350161273139
Octal2761353075650264476171
Binary10111110101110111000111101110101010110100100111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5DC7; }

 p { color: rgb(190,93,199); }

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

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

 a { background-color: rgb(190,93,199); }

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

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

 span { border-color: rgb(190,93,199); }

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