Html Css Color HEX #BE32AC Fuchsia

📋 copy color: '#BE32AC'

red 190 ◦ green 50 ◦ blue 172

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

Shades of Fuchsia #BE32AC

Tints of Fuchsia #BE32AC

RGB

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

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

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

R = 46.12%
G = 12.14%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE32AC (or 0xBE32AC) is known color: Fuchsia. HEX triplet: BE, 32 and AC. RGB value is (190,50,172). Sum of RGB (Red+Green+Blue) = 190+50+172=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE32AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE32AC is #41CD53. Grayscale: #696969. Windows color (decimal): -4312404 or 11285182. OLE color: 11285182.

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

Color convert

RGB 190 50 172 -
CMYK 0 0.74 0.09 0.25
HSL 307.71º 0.58% 0.47% -
HSV(B) 307.71º 0.74% 0.75% -
XYZ 29.82 16.21 40.59 -
YUV 105.77 165.38 188.08 -
System Red Green Blue C M Y K H S L
Decimal 190 50 172 0 0.74 0.09 0.25 307.71 0.58 0.47
Hex BE 32 AC 0 4A 9 19 134 3A 2F
Octal 276 62 254 0 112 11 31 464 72 57
Binary 10111110 110010 10101100 0 1001010 1001 11001 100110100 111010 101111

Color Harmonies of #BE32AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE32AC

Black with #BE32AC

Text Example


Text Example

White with #BE32AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE32AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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