#BE36C4

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

Shades of Fuchsia #BE36C4

Tints of Fuchsia #BE36C4

Color information

#BE36C4 (or 0xBE36C4) is unknown color: approx Fuchsia. HEX triplet: BE, 36 and C4. RGB value is (190,54,196). Sum of RGB (Red+Green+Blue) = 190+54+196=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 54 (21.48% from 255 or 12.27% from 440); Blue value is 196 (76.95% from 255 or 44.55% from 440); Max value from RGB is 196 - color contains mainly: blue. Hex color #BE36C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE36C4 is #41C93B. Grayscale: #6E6E6E. Windows color (decimal): -4311356 or 12859070. OLE color: 12859070.

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

Color convert

RGB19054196-
CMYK0.030.7200.23
HSL297.46º56.8%49.02%-
HSV(B)297.46º72.45%76.86%-
XYZ32.5217.5753.9-
YUV110.85176.06184.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 54 (21.48% from 255) = 12.27%
BLUE value IS 196 (76.95% from 255) = 44.55%
R=43.18%
G=12.27%
B=44.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal190541960.030.7200.23297.4656.849.02
HexBE36C43480171293931
Octal2766630431100274517161
Binary1011111011011011000100111001000010111100101001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE36C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE36C4; }

 p { color: rgb(190,54,196); }

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

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

 a { background-color: rgb(190,54,196); }

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

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

 span { border-color: rgb(190,54,196); }

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