#BE5CC9

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

Shades of Fuchsia #BE5CC9

Tints of Fuchsia #BE5CC9

Color information

#BE5CC9 (or 0xBE5CC9) is unknown color: approx Fuchsia. HEX triplet: BE, 5C and C9. RGB value is (190,92,201). Sum of RGB (Red+Green+Blue) = 190+92+201=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 201 - color contains mainly: blue. Hex color #BE5CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5CC9 is #41A336. Grayscale: #858585. Windows color (decimal): -4301623 or 13196478. OLE color: 13196478.

HSL color Cylindrical-coordinate representation of color #BE5CC9: hue angle of 293.94º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE5CC9 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19092201-
CMYK0.050.5400.21
HSL293.94º50.23%57.45%-
HSV(B)293.94º54.23%78.82%-
XYZ35.622.8257.79-
YUV133.73165.97168.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 92 (36.33% from 255) = 19.05%
BLUE value IS 201 (78.91% from 255) = 41.61%
R=39.34%
G=19.05%
B=41.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal190922010.050.5400.21293.9450.2357.45
HexBE5CC95360151263239
Octal2761343115660254466271
Binary10111110101110011001001101110110010101100100110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5CC9; }

 p { color: rgb(190,92,201); }

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

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

 a { background-color: rgb(190,92,201); }

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

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

 span { border-color: rgb(190,92,201); }

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