Html Css Color HEX #BE42AC Fuchsia

📋 copy color: '#BE42AC'

red 190 ◦ green 66 ◦ blue 172

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

Shades of Fuchsia #BE42AC

Tints of Fuchsia #BE42AC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.42%

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

R = 44.39%
G = 15.42%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE42AC (or 0xBE42AC) is known color: Fuchsia. HEX triplet: BE, 42 and AC. RGB value is (190,66,172). Sum of RGB (Red+Green+Blue) = 190+66+172=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 66 (26.17% from 255 or 15.42% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE42AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE42AC is #41BD53. Grayscale: #727272. Windows color (decimal): -4308308 or 11289278. OLE color: 11289278.

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

Color convert

RGB 190 66 172 -
CMYK 0 0.65 0.09 0.25
HSL 308.71º 0.49% 0.5% -
HSV(B) 308.71º 0.65% 0.75% -
XYZ 30.63 17.82 40.86 -
YUV 115.16 160.08 181.38 -
System Red Green Blue C M Y K H S L
Decimal 190 66 172 0 0.65 0.09 0.25 308.71 0.49 0.5
Hex BE 42 AC 0 41 9 19 135 31 32
Octal 276 102 254 0 101 11 31 465 61 62
Binary 10111110 1000010 10101100 0 1000001 1001 11001 100110101 110001 110010

Color Harmonies of #BE42AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE42AC

Black with #BE42AC

Text Example


Text Example

White with #BE42AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE42AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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