Html Css Color HEX #BE44AB Fuchsia

📋 copy color: '#BE44AB'

red 190 ◦ green 68 ◦ blue 171

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

Shades of Fuchsia #BE44AB

Tints of Fuchsia #BE44AB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.85%

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

R = 44.29%
G = 15.85%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BE44AB (or 0xBE44AB) is known color: Fuchsia. HEX triplet: BE, 44 and AB. RGB value is (190,68,171). Sum of RGB (Red+Green+Blue) = 190+68+171=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 68 (26.95% from 255 or 15.85% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE44AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE44AB is #41BB54. Grayscale: #737373. Windows color (decimal): -4307797 or 11224254. OLE color: 11224254.

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

Color convert

RGB 190 68 171 -
CMYK 0 0.64 0.10 0.25
HSL 309.34º 0.48% 0.51% -
HSV(B) 309.34º 0.64% 0.75% -
XYZ 30.65 18.02 40.39 -
YUV 116.22 158.92 180.62 -
System Red Green Blue C M Y K H S L
Decimal 190 68 171 0 0.64 0.10 0.25 309.34 0.48 0.51
Hex BE 44 AB 0 40 A 19 135 30 33
Octal 276 104 253 0 100 12 31 465 60 63
Binary 10111110 1000100 10101011 0 1000000 1010 11001 100110101 110000 110011

Color Harmonies of #BE44AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE44AB

Black with #BE44AB

Text Example


Text Example

White with #BE44AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE44AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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