Html Css Color HEX #BE5AAB Fuchsia

📋 copy color: '#BE5AAB'

red 190 ◦ green 90 ◦ blue 171

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

Shades of Fuchsia #BE5AAB

Tints of Fuchsia #BE5AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.96%

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

R = 42.13%
G = 19.96%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BE5AAB (or 0xBE5AAB) is known color: Fuchsia. HEX triplet: BE, 5A and AB. RGB value is (190,90,171). Sum of RGB (Red+Green+Blue) = 190+90+171=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5AAB is #41A554. Grayscale: #808080. Windows color (decimal): -4302165 or 11229886. OLE color: 11229886.

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

Color convert

RGB 190 90 171 -
CMYK 0 0.53 0.10 0.25
HSL 311.4º 0.43% 0.55% -
HSV(B) 311.4º 0.53% 0.75% -
XYZ 32.24 21.2 40.92 -
YUV 129.13 151.63 171.41 -
System Red Green Blue C M Y K H S L
Decimal 190 90 171 0 0.53 0.10 0.25 311.4 0.43 0.55
Hex BE 5A AB 0 35 A 19 137 2B 37
Octal 276 132 253 0 65 12 31 467 53 67
Binary 10111110 1011010 10101011 0 110101 1010 11001 100110111 101011 110111

Color Harmonies of #BE5AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5AAB

Black with #BE5AAB

Text Example


Text Example

White with #BE5AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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