#BE4CB2

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

Shades of Fuchsia #BE4CB2

Tints of Fuchsia #BE4CB2

Color information

#BE4CB2 (or 0xBE4CB2) is unknown color: approx Fuchsia. HEX triplet: BE, 4C and B2. RGB value is (190,76,178). Sum of RGB (Red+Green+Blue) = 190+76+178=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 76 (30.08% from 255 or 17.12% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4CB2 is #41B34D. Grayscale: #797979. Windows color (decimal): -4305742 or 11685054. OLE color: 11685054.

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

Color convert

RGB19076178-
CMYK00.600.060.25
HSL306.32º46.72%52.16%-
HSV(B)306.32º60%74.51%-
XYZ31.8619.3344.17-
YUV121.71159.77176.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.79%
GREEN value IS 76 (30.08% from 255) = 17.12%
BLUE value IS 178 (69.92% from 255) = 40.09%
R=42.79%
G=17.12%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907617800.600.060.25306.3246.7252.16
HexBE4CB203C6191322f34
Octal2761142620746314625764
Binary10111110100110010110010011110011011001100110010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4CB2; }

 p { color: rgb(190,76,178); }

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

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

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

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

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

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

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