Html Css Color HEX #BE2AB3 Fuchsia

📋 copy color: '#BE2AB3'

red 190 ◦ green 42 ◦ blue 179

#BE2AB3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #BE2AB3

Tints of Fuchsia #BE2AB3

RGB

 RED value IS 190 (74.61% from 255) = 46.23%

 GREEN value IS 42 (16.8% from 255) = 10.22%

 BLUE value IS 179 (70.31% from 255) = 43.55%

R = 46.23%
G = 10.22%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE2AB3 (or 0xBE2AB3) is known color: Fuchsia. HEX triplet: BE, 2A and B3. RGB value is (190,42,179). Sum of RGB (Red+Green+Blue) = 190+42+179=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 42 (16.80% from 255 or 10.22% from 411); Blue value is 179 (70.31% from 255 or 43.55% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2AB3 is #41D54C. Grayscale: #656565. Windows color (decimal): -4314445 or 11741886. OLE color: 11741886.

HSL color Cylindrical-coordinate representation of color #BE2AB3: hue angle of 304.46º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE2AB3 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 42 179 -
CMYK 0 0.78 0.06 0.25
HSL 304.46º 0.64% 0.45% -
HSV(B) 304.46º 0.78% 0.75% -
XYZ 30.2 15.86 44.12 -
YUV 101.87 171.53 190.86 -
System Red Green Blue C M Y K H S L
Decimal 190 42 179 0 0.78 0.06 0.25 304.46 0.64 0.45
Hex BE 2A B3 0 4E 6 19 130 40 2D
Octal 276 52 263 0 116 6 31 460 100 55
Binary 10111110 101010 10110011 0 1001110 110 11001 100110000 1000000 101101

Color Harmonies of #BE2AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2AB3

Black with #BE2AB3

Text Example


Text Example

White with #BE2AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2AB3; }

 p { color: rgb(190,42,179); }

 H1.HeaderClassName
 {
   color: #BE2AB3;
 }
 .AnyTagClassName
 {
   color: #BE2AB3;
 }
</style>

background-color css

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

 a { background-color: rgb(190,42,179); }

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

border-color css

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

 span { border-color: rgb(190,42,179); }

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