Html Css Color HEX #BE2AB2 Fuchsia

📋 copy color: '#BE2AB2'

red 190 ◦ green 42 ◦ blue 178

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

Shades of Fuchsia #BE2AB2

Tints of Fuchsia #BE2AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.41%

R = 46.34%
G = 10.24%
B = 43.41%

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

#BE2AB2 (or 0xBE2AB2) is known color: Fuchsia. HEX triplet: BE, 2A and B2. RGB value is (190,42,178). Sum of RGB (Red+Green+Blue) = 190+42+178=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 42 (16.80% from 255 or 10.24% from 410); Blue value is 178 (69.92% from 255 or 43.41% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2AB2 is #41D54D. Grayscale: #656565. Windows color (decimal): -4314446 or 11676350. OLE color: 11676350.

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

Color convert

RGB 190 42 178 -
CMYK 0 0.78 0.06 0.25
HSL 304.86º 0.64% 0.45% -
HSV(B) 304.86º 0.78% 0.75% -
XYZ 30.1 15.82 43.59 -
YUV 101.76 171.03 190.94 -
System Red Green Blue C M Y K H S L
Decimal 190 42 178 0 0.78 0.06 0.25 304.86 0.64 0.45
Hex BE 2A B2 0 4E 6 19 131 40 2D
Octal 276 52 262 0 116 6 31 461 100 55
Binary 10111110 101010 10110010 0 1001110 110 11001 100110001 1000000 101101

Color Harmonies of #BE2AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2AB2

Black with #BE2AB2

Text Example


Text Example

White with #BE2AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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