Html Css Color HEX #BE4DAB Fuchsia

📋 copy color: '#BE4DAB'

red 190 ◦ green 77 ◦ blue 171

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

Shades of Fuchsia #BE4DAB

Tints of Fuchsia #BE4DAB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.58%

 BLUE value IS 171 (67.19% from 255) = 39.04%

R = 43.38%
G = 17.58%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BE4DAB (or 0xBE4DAB) is known color: Fuchsia. HEX triplet: BE, 4D and AB. RGB value is (190,77,171). Sum of RGB (Red+Green+Blue) = 190+77+171=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4DAB is #41B254. Grayscale: #797979. Windows color (decimal): -4305493 or 11226558. OLE color: 11226558.

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

Color convert

RGB 190 77 171 -
CMYK 0 0.59 0.10 0.25
HSL 310.09º 0.47% 0.52% -
HSV(B) 310.09º 0.59% 0.75% -
XYZ 31.24 19.2 40.59 -
YUV 121.5 155.94 176.86 -
System Red Green Blue C M Y K H S L
Decimal 190 77 171 0 0.59 0.10 0.25 310.09 0.47 0.52
Hex BE 4D AB 0 3B A 19 136 2F 34
Octal 276 115 253 0 73 12 31 466 57 64
Binary 10111110 1001101 10101011 0 111011 1010 11001 100110110 101111 110100

Color Harmonies of #BE4DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4DAB

Black with #BE4DAB

Text Example


Text Example

White with #BE4DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4DAB; }

 p { color: rgb(190,77,171); }

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

background-color css

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

 a { background-color: rgb(190,77,171); }

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

border-color css

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

 span { border-color: rgb(190,77,171); }

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