#BE5CC1

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

Shades of Fuchsia #BE5CC1

Tints of Fuchsia #BE5CC1

Color information

#BE5CC1 (or 0xBE5CC1) is unknown color: approx Fuchsia. HEX triplet: BE, 5C and C1. RGB value is (190,92,193). Sum of RGB (Red+Green+Blue) = 190+92+193=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE5CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5CC1 is #41A33E. Grayscale: #848484. Windows color (decimal): -4301631 or 12672190. OLE color: 12672190.

HSL color Cylindrical-coordinate representation of color #BE5CC1: hue angle of 298.22º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE5CC1 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19092193-
CMYK0.020.5200.24
HSL298.22º44.89%55.88%-
HSV(B)298.22º52.33%75.69%-
XYZ34.6922.4552.96-
YUV132.82161.97168.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 92 (36.33% from 255) = 19.37%
BLUE value IS 193 (75.78% from 255) = 40.63%
R=40%
G=19.37%
B=40.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190921930.020.5200.24298.2244.8955.88
HexBE5CC123401812a2d38
Octal2761343012640304525570
Binary1011111010111001100000110110100011000100101010101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5CC1; }

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

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

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

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

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

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

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

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