#BE5CBE

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

Shades of Fuchsia #BE5CBE

Tints of Fuchsia #BE5CBE

Color information

#BE5CBE (or 0xBE5CBE) is unknown color: approx Fuchsia. HEX triplet: BE, 5C and BE. RGB value is (190,92,190). Sum of RGB (Red+Green+Blue) = 190+92+190=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE5CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5CBE is #41A341. Grayscale: #848484. Windows color (decimal): -4301634 or 12475582. OLE color: 12475582.

HSL color Cylindrical-coordinate representation of color #BE5CBE: hue angle of 300º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE5CBE is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB19092190-
CMYK00.5200.25
HSL300º42.98%55.29%-
HSV(B)300º51.58%74.51%-
XYZ34.3622.3251.21-
YUV132.47160.47169.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.25%
GREEN value IS 92 (36.33% from 255) = 19.49%
BLUE value IS 190 (74.61% from 255) = 40.25%
R=40.25%
G=19.49%
B=40.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909219000.5200.2530042.9855.29
HexBE5CBE03401912c2b37
Octal2761342760640314545367
Binary101111101011100101111100110100011001100101100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5CBE; }

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

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

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

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

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

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

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

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