Html Css Color HEX #BE64AC Fuchsia

📋 copy color: '#BE64AC'

red 190 ◦ green 100 ◦ blue 172

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

Shades of Fuchsia #BE64AC

Tints of Fuchsia #BE64AC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.65%

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

R = 41.13%
G = 21.65%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE64AC (or 0xBE64AC) is known color: Fuchsia. HEX triplet: BE, 64 and AC. RGB value is (190,100,172). Sum of RGB (Red+Green+Blue) = 190+100+172=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BE64AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE64AC is #419B53. Grayscale: #868686. Windows color (decimal): -4299604 or 11297982. OLE color: 11297982.

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

Color convert

RGB 190 100 172 -
CMYK 0 0.47 0.09 0.25
HSL 312º 0.41% 0.57% -
HSV(B) 312º 0.47% 0.75% -
XYZ 33.24 23.04 41.73 -
YUV 135.12 148.82 167.15 -
System Red Green Blue C M Y K H S L
Decimal 190 100 172 0 0.47 0.09 0.25 312 0.41 0.57
Hex BE 64 AC 0 2F 9 19 138 29 39
Octal 276 144 254 0 57 11 31 470 51 71
Binary 10111110 1100100 10101100 0 101111 1001 11001 100111000 101001 111001

Color Harmonies of #BE64AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE64AC

Black with #BE64AC

Text Example


Text Example

White with #BE64AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE64AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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