Html Css Color HEX #BE4AB2 Fuchsia

📋 copy color: '#BE4AB2'

red 190 ◦ green 74 ◦ blue 178

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

Shades of Fuchsia #BE4AB2

Tints of Fuchsia #BE4AB2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.74%

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

R = 42.99%
G = 16.74%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE4AB2 (or 0xBE4AB2) is known color: Fuchsia. HEX triplet: BE, 4A and B2. RGB value is (190,74,178). Sum of RGB (Red+Green+Blue) = 190+74+178=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 178 (69.92% from 255 or 40.27% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4AB2 is #41B54D. Grayscale: #787878. Windows color (decimal): -4306254 or 11684542. OLE color: 11684542.

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

Color convert

RGB 190 74 178 -
CMYK 0 0.61 0.06 0.25
HSL 306.21º 0.47% 0.52% -
HSV(B) 306.21º 0.61% 0.75% -
XYZ 31.72 19.06 44.13 -
YUV 120.54 160.43 177.54 -
System Red Green Blue C M Y K H S L
Decimal 190 74 178 0 0.61 0.06 0.25 306.21 0.47 0.52
Hex BE 4A B2 0 3D 6 19 132 2F 34
Octal 276 112 262 0 75 6 31 462 57 64
Binary 10111110 1001010 10110010 0 111101 110 11001 100110010 101111 110100

Color Harmonies of #BE4AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4AB2

Black with #BE4AB2

Text Example


Text Example

White with #BE4AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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