Html Css Color HEX #BE44AC Fuchsia

📋 copy color: '#BE44AC'

red 190 ◦ green 68 ◦ blue 172

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

Shades of Fuchsia #BE44AC

Tints of Fuchsia #BE44AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40%

R = 44.19%
G = 15.81%
B = 40%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE44AC (or 0xBE44AC) is known color: Fuchsia. HEX triplet: BE, 44 and AC. RGB value is (190,68,172). Sum of RGB (Red+Green+Blue) = 190+68+172=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE44AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE44AC is #41BB53. Grayscale: #747474. Windows color (decimal): -4307796 or 11289790. OLE color: 11289790.

HSL color Cylindrical-coordinate representation of color #BE44AC: hue angle of 308.85º 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 #BE44AC is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 68 172 -
CMYK 0 0.64 0.09 0.25
HSL 308.85º 0.48% 0.51% -
HSV(B) 308.85º 0.64% 0.75% -
XYZ 30.75 18.06 40.9 -
YUV 116.33 159.42 180.54 -
System Red Green Blue C M Y K H S L
Decimal 190 68 172 0 0.64 0.09 0.25 308.85 0.48 0.51
Hex BE 44 AC 0 40 9 19 135 30 33
Octal 276 104 254 0 100 11 31 465 60 63
Binary 10111110 1000100 10101100 0 1000000 1001 11001 100110101 110000 110011

Color Harmonies of #BE44AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE44AC

Black with #BE44AC

Text Example


Text Example

White with #BE44AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE44AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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