#BE31C4

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

Shades of Fuchsia #BE31C4

Tints of Fuchsia #BE31C4

Color information

#BE31C4 (or 0xBE31C4) is unknown color: approx Fuchsia. HEX triplet: BE, 31 and C4. RGB value is (190,49,196). Sum of RGB (Red+Green+Blue) = 190+49+196=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 196 (76.95% from 255 or 45.06% from 435); Max value from RGB is 196 - color contains mainly: blue. Hex color #BE31C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE31C4 is #41CE3B. Grayscale: #6B6B6B. Windows color (decimal): -4312636 or 12857790. OLE color: 12857790.

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

Color convert

RGB19049196-
CMYK0.030.7500.23
HSL297.55º60%48.04%-
HSV(B)297.55º75%76.86%-
XYZ32.317.1353.83-
YUV107.92177.71186.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.68%
GREEN value IS 49 (19.53% from 255) = 11.26%
BLUE value IS 196 (76.95% from 255) = 45.06%
R=43.68%
G=11.26%
B=45.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal190491960.030.7500.23297.556048.04
HexBE31C434B01712a3c30
Octal2766130431130274527460
Binary1011111011000111000100111001011010111100101010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE31C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE31C4; }

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

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

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

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

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

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

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

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