#BE35C3

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

Shades of Fuchsia #BE35C3

Tints of Fuchsia #BE35C3

Color information

#BE35C3 (or 0xBE35C3) is unknown color: approx Fuchsia. HEX triplet: BE, 35 and C3. RGB value is (190,53,195). Sum of RGB (Red+Green+Blue) = 190+53+195=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 53 (21.09% from 255 or 12.10% from 438); Blue value is 195 (76.56% from 255 or 44.52% from 438); Max value from RGB is 195 - color contains mainly: blue. Hex color #BE35C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE35C3 is #41CA3C. Grayscale: #6D6D6D. Windows color (decimal): -4311613 or 12793278. OLE color: 12793278.

HSL color Cylindrical-coordinate representation of color #BE35C3: hue angle of 297.89º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE35C3 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19053195-
CMYK0.030.7300.24
HSL297.89º57.26%48.63%-
HSV(B)297.89º72.82%76.47%-
XYZ32.3617.4353.29-
YUV110.15175.89184.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.38%
GREEN value IS 53 (21.09% from 255) = 12.10%
BLUE value IS 195 (76.56% from 255) = 44.52%
R=43.38%
G=12.10%
B=44.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190531950.030.7300.24297.8957.2648.63
HexBE35C334901812a3931
Octal2766530331110304527161
Binary1011111011010111000011111001001011000100101010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE35C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE35C3; }

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

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

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

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

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

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

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

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