#BE31B9

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

Shades of Fuchsia #BE31B9

Tints of Fuchsia #BE31B9

Color information

#BE31B9 (or 0xBE31B9) is unknown color: approx Fuchsia. HEX triplet: BE, 31 and B9. RGB value is (190,49,185). Sum of RGB (Red+Green+Blue) = 190+49+185=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 49 (19.53% from 255 or 11.56% from 424); Blue value is 185 (72.66% from 255 or 43.63% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE31B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE31B9 is #41CE46. Grayscale: #6A6A6A. Windows color (decimal): -4312647 or 12136894. OLE color: 12136894.

HSL color Cylindrical-coordinate representation of color #BE31B9: hue angle of 302.13º 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 #BE31B9 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB19049185-
CMYK00.740.030.25
HSL302.13º59%46.86%-
HSV(B)302.13º74.21%74.51%-
XYZ31.0916.6547.47-
YUV106.66172.21187.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.81%
GREEN value IS 49 (19.53% from 255) = 11.56%
BLUE value IS 185 (72.66% from 255) = 43.63%
R=44.81%
G=11.56%
B=43.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904918500.740.030.25302.135946.86
HexBE31B904A31912e3b2f
Octal2766127101123314567357
Binary1011111011000110111001010010101111001100101110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE31B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE31B9; }

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

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

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

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

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

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

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

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