#BE42C4

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

Shades of Fuchsia #BE42C4

Tints of Fuchsia #BE42C4

Color information

#BE42C4 (or 0xBE42C4) is unknown color: approx Fuchsia. HEX triplet: BE, 42 and C4. RGB value is (190,66,196). Sum of RGB (Red+Green+Blue) = 190+66+196=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 66 (26.17% from 255 or 14.60% from 452); Blue value is 196 (76.95% from 255 or 43.36% from 452); Max value from RGB is 196 - color contains mainly: blue. Hex color #BE42C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE42C4 is #41BD3B. Grayscale: #757575. Windows color (decimal): -4308284 or 12862142. OLE color: 12862142.

HSL color Cylindrical-coordinate representation of color #BE42C4: hue angle of 297.23º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE42C4 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB19066196-
CMYK0.030.6600.23
HSL297.23º52.42%51.37%-
HSV(B)297.23º66.33%76.86%-
XYZ33.1518.8354.11-
YUV117.9172.08179.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.04%
GREEN value IS 66 (26.17% from 255) = 14.60%
BLUE value IS 196 (76.95% from 255) = 43.36%
R=42.04%
G=14.60%
B=43.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal190661960.030.6600.23297.2352.4251.37
HexBE42C43420171293433
Octal27610230431020274516463
Binary10111110100001011000100111000010010111100101001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE42C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE42C4; }

 p { color: rgb(190,66,196); }

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

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

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

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

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

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

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