#BE35B2

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

Shades of Fuchsia #BE35B2

Tints of Fuchsia #BE35B2

Color information

#BE35B2 (or 0xBE35B2) is unknown color: approx Fuchsia. HEX triplet: BE, 35 and B2. RGB value is (190,53,178). Sum of RGB (Red+Green+Blue) = 190+53+178=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 53 (21.09% from 255 or 12.59% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE35B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE35B2 is #41CA4D. Grayscale: #6B6B6B. Windows color (decimal): -4311630 or 11679166. OLE color: 11679166.

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

Color convert

RGB19053178-
CMYK00.720.060.25
HSL305.26º56.38%47.65%-
HSV(B)305.26º72.11%74.51%-
XYZ30.5416.7143.73-
YUV108.21167.39186.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.13%
GREEN value IS 53 (21.09% from 255) = 12.59%
BLUE value IS 178 (69.92% from 255) = 42.28%
R=45.13%
G=12.59%
B=42.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905317800.720.060.25305.2656.3847.65
HexBE35B20486191313830
Octal2766526201106314617060
Binary10111110110101101100100100100011011001100110001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE35B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE35B2; }

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

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

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

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

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

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

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

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