#be3bc9

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

Shades of Fuchsia #BE3BC9

Tints of Fuchsia #BE3BC9

Color information

#BE3BC9 (or 0xBE3BC9) is unknown color: approx Fuchsia. HEX triplet: BE, 3B and C9. RGB value is (190,59,201). Sum of RGB (Red+Green+Blue) = 190+59+201=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 59 (23.44% from 255 or 13.11% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 201 - color contains mainly: blue. Hex color #BE3BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3BC9 is #41C436. Grayscale: #717171. Windows color (decimal): -4310071 or 13188030. OLE color: 13188030.

HSL color Cylindrical-coordinate representation of color #BE3BC9: hue angle of 295.35º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE3BC9 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19059201-
CMYK0.050.7100.21
HSL295.35º56.8%50.98%-
HSV(B)295.35º70.65%78.82%-
XYZ33.3418.2957.03-
YUV114.36176.9181.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.22%
GREEN value IS 59 (23.44% from 255) = 13.11%
BLUE value IS 201 (78.91% from 255) = 44.67%
R=42.22%
G=13.11%
B=44.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal190592010.050.7100.21295.3556.850.98
HexBE3BC95470151273933
Octal2767331151070254477163
Binary10111110111011110010011011000111010101100100111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be3bc9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be3bc9; }

 p { color: rgb(190,59,201); }

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

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

 a { background-color: rgb(190,59,201); }

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

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

 span { border-color: rgb(190,59,201); }

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