Html Css Color HEX #BE40AC Fuchsia

📋 copy color: '#BE40AC'

red 190 ◦ green 64 ◦ blue 172

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

Shades of Fuchsia #BE40AC

Tints of Fuchsia #BE40AC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.02%

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

R = 44.6%
G = 15.02%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE40AC (or 0xBE40AC) is known color: Fuchsia. HEX triplet: BE, 40 and AC. RGB value is (190,64,172). Sum of RGB (Red+Green+Blue) = 190+64+172=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE40AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE40AC is #41BF53. Grayscale: #717171. Windows color (decimal): -4308820 or 11288766. OLE color: 11288766.

HSL color Cylindrical-coordinate representation of color #BE40AC: hue angle of 308.57º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE40AC is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 64 172 -
CMYK 0 0.66 0.09 0.25
HSL 308.57º 0.5% 0.5% -
HSV(B) 308.57º 0.66% 0.75% -
XYZ 30.52 17.59 40.82 -
YUV 113.99 160.74 182.22 -
System Red Green Blue C M Y K H S L
Decimal 190 64 172 0 0.66 0.09 0.25 308.57 0.5 0.5
Hex BE 40 AC 0 42 9 19 135 32 32
Octal 276 100 254 0 102 11 31 465 62 62
Binary 10111110 1000000 10101100 0 1000010 1001 11001 100110101 110010 110010

Color Harmonies of #BE40AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE40AC

Black with #BE40AC

Text Example


Text Example

White with #BE40AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE40AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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