Html Css Color HEX #BE2AB6 Fuchsia

📋 copy color: '#BE2AB6'

red 190 ◦ green 42 ◦ blue 182

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

Shades of Fuchsia #BE2AB6

Tints of Fuchsia #BE2AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.96%

R = 45.89%
G = 10.14%
B = 43.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BE2AB6 (or 0xBE2AB6) is known color: Fuchsia. HEX triplet: BE, 2A and B6. RGB value is (190,42,182). Sum of RGB (Red+Green+Blue) = 190+42+182=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 42 (16.80% from 255 or 10.14% from 414); Blue value is 182 (71.48% from 255 or 43.96% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2AB6 is #41D549. Grayscale: #656565. Windows color (decimal): -4314442 or 11938494. OLE color: 11938494.

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

Color convert

RGB 190 42 182 -
CMYK 0 0.78 0.04 0.25
HSL 303.24º 0.64% 0.45% -
HSV(B) 303.24º 0.78% 0.75% -
XYZ 30.51 15.98 45.73 -
YUV 102.21 173.03 190.62 -
System Red Green Blue C M Y K H S L
Decimal 190 42 182 0 0.78 0.04 0.25 303.24 0.64 0.45
Hex BE 2A B6 0 4E 4 19 12F 40 2D
Octal 276 52 266 0 116 4 31 457 100 55
Binary 10111110 101010 10110110 0 1001110 100 11001 100101111 1000000 101101

Color Harmonies of #BE2AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2AB6

Black with #BE2AB6

Text Example


Text Example

White with #BE2AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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