#BE31C0

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

Shades of Fuchsia #BE31C0

Tints of Fuchsia #BE31C0

Color information

#BE31C0 (or 0xBE31C0) is unknown color: approx Fuchsia. HEX triplet: BE, 31 and C0. RGB value is (190,49,192). Sum of RGB (Red+Green+Blue) = 190+49+192=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 49 (19.53% from 255 or 11.37% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE31C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE31C0 is #41CE3F. Grayscale: #6B6B6B. Windows color (decimal): -4312640 or 12595646. OLE color: 12595646.

HSL color Cylindrical-coordinate representation of color #BE31C0: hue angle of 299.16º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE31C0 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB19049192-
CMYK0.010.7400.25
HSL299.16º59.34%47.25%-
HSV(B)299.16º74.48%75.29%-
XYZ31.8516.9551.46-
YUV107.46175.71186.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.08%
GREEN value IS 49 (19.53% from 255) = 11.37%
BLUE value IS 192 (75.39% from 255) = 44.55%
R=44.08%
G=11.37%
B=44.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190491920.010.7400.25299.1659.3447.25
HexBE31C014A01912b3b2f
Octal2766130011120314537357
Binary101111101100011100000011001010011001100101011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE31C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE31C0; }

 p { color: rgb(190,49,192); }

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

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

 a { background-color: rgb(190,49,192); }

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

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

 span { border-color: rgb(190,49,192); }

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