#BE42B2

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

Shades of Fuchsia #BE42B2

Tints of Fuchsia #BE42B2

Color information

#BE42B2 (or 0xBE42B2) is unknown color: approx Fuchsia. HEX triplet: BE, 42 and B2. RGB value is (190,66,178). Sum of RGB (Red+Green+Blue) = 190+66+178=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BE42B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE42B2 is #41BD4D. Grayscale: #737373. Windows color (decimal): -4308302 or 11682494. OLE color: 11682494.

HSL color Cylindrical-coordinate representation of color #BE42B2: hue angle of 305.81º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE42B2 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB19066178-
CMYK00.650.060.25
HSL305.81º48.82%50.2%-
HSV(B)305.81º65.26%74.51%-
XYZ31.2218.0643.96-
YUV115.84163.08180.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.78%
GREEN value IS 66 (26.17% from 255) = 15.21%
BLUE value IS 178 (69.92% from 255) = 41.01%
R=43.78%
G=15.21%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906617800.650.060.25305.8148.8250.2
HexBE42B20416191323132
Octal27610226201016314626162
Binary101111101000010101100100100000111011001100110010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE42B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE42B2; }

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

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

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

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

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

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

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

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