#BE35CC

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

Shades of Fuchsia #BE35CC

Tints of Fuchsia #BE35CC

Color information

#BE35CC (or 0xBE35CC) is unknown color: approx Fuchsia. HEX triplet: BE, 35 and CC. RGB value is (190,53,204). Sum of RGB (Red+Green+Blue) = 190+53+204=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 53 (21.09% from 255 or 11.86% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE35CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE35CC is #41CA33. Grayscale: #6E6E6E. Windows color (decimal): -4311604 or 13383102. OLE color: 13383102.

HSL color Cylindrical-coordinate representation of color #BE35CC: hue angle of 294.44º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE35CC is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19053204-
CMYK0.070.7400.2
HSL294.44º59.68%50.39%-
HSV(B)294.44º74.02%80%-
XYZ33.4117.8558.81-
YUV111.18180.39184.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.51%
GREEN value IS 53 (21.09% from 255) = 11.86%
BLUE value IS 204 (80.08% from 255) = 45.64%
R=42.51%
G=11.86%
B=45.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal190532040.070.7400.2294.4459.6850.39
HexBE35CC74A0141263c32
Octal2766531471120244467462
Binary10111110110101110011001111001010010100100100110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE35CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE35CC; }

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

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

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

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

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

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

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

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