Html Css Color HEX #BE32AB Fuchsia

📋 copy color: '#BE32AB'

red 190 ◦ green 50 ◦ blue 171

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

Shades of Fuchsia #BE32AB

Tints of Fuchsia #BE32AB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.17%

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

R = 46.23%
G = 12.17%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BE32AB (or 0xBE32AB) is known color: Fuchsia. HEX triplet: BE, 32 and AB. RGB value is (190,50,171). Sum of RGB (Red+Green+Blue) = 190+50+171=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE32AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE32AB is #41CD54. Grayscale: #696969. Windows color (decimal): -4312405 or 11219646. OLE color: 11219646.

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

Color convert

RGB 190 50 171 -
CMYK 0 0.74 0.10 0.25
HSL 308.14º 0.58% 0.47% -
HSV(B) 308.14º 0.74% 0.75% -
XYZ 29.73 16.17 40.08 -
YUV 105.65 164.88 188.16 -
System Red Green Blue C M Y K H S L
Decimal 190 50 171 0 0.74 0.10 0.25 308.14 0.58 0.47
Hex BE 32 AB 0 4A A 19 134 3A 2F
Octal 276 62 253 0 112 12 31 464 72 57
Binary 10111110 110010 10101011 0 1001010 1010 11001 100110100 111010 101111

Color Harmonies of #BE32AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE32AB

Black with #BE32AB

Text Example


Text Example

White with #BE32AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE32AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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