Html Css Color HEX #BE2AB9 Fuchsia

📋 copy color: '#BE2AB9'

red 190 ◦ green 42 ◦ blue 185

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

Shades of Fuchsia #BE2AB9

Tints of Fuchsia #BE2AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.36%

R = 45.56%
G = 10.07%
B = 44.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BE2AB9 (or 0xBE2AB9) is known color: Fuchsia. HEX triplet: BE, 2A and B9. RGB value is (190,42,185). Sum of RGB (Red+Green+Blue) = 190+42+185=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 42 (16.80% from 255 or 10.07% from 417); Blue value is 185 (72.66% from 255 or 44.36% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2AB9 is #41D546. Grayscale: #666666. Windows color (decimal): -4314439 or 12135102. OLE color: 12135102.

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

Color convert

RGB 190 42 185 -
CMYK 0 0.78 0.03 0.25
HSL 302.03º 0.64% 0.45% -
HSV(B) 302.03º 0.78% 0.75% -
XYZ 30.82 16.11 47.38 -
YUV 102.55 174.53 190.37 -
System Red Green Blue C M Y K H S L
Decimal 190 42 185 0 0.78 0.03 0.25 302.03 0.64 0.45
Hex BE 2A B9 0 4E 3 19 12E 40 2D
Octal 276 52 271 0 116 3 31 456 100 55
Binary 10111110 101010 10111001 0 1001110 11 11001 100101110 1000000 101101

Color Harmonies of #BE2AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2AB9

Black with #BE2AB9

Text Example


Text Example

White with #BE2AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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