#BE35AF

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

Shades of Fuchsia #BE35AF

Tints of Fuchsia #BE35AF

Color information

#BE35AF (or 0xBE35AF) is unknown color: approx Fuchsia. HEX triplet: BE, 35 and AF. RGB value is (190,53,175). Sum of RGB (Red+Green+Blue) = 190+53+175=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 53 (21.09% from 255 or 12.68% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE35AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE35AF is #41CA50. Grayscale: #6B6B6B. Windows color (decimal): -4311633 or 11482558. OLE color: 11482558.

HSL color Cylindrical-coordinate representation of color #BE35AF: hue angle of 306.57º 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 #BE35AF is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB19053175-
CMYK00.720.080.25
HSL306.57º56.38%47.65%-
HSV(B)306.57º72.11%74.51%-
XYZ30.2516.5942.17-
YUV107.87165.89186.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.45%
GREEN value IS 53 (21.09% from 255) = 12.68%
BLUE value IS 175 (68.75% from 255) = 41.87%
R=45.45%
G=12.68%
B=41.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905317500.720.080.25306.5756.3847.65
HexBE35AF0488191333830
Octal27665257011010314637060
Binary101111101101011010111101001000100011001100110011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE35AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE35AF; }

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

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

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

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

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

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

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

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