Html Css Color HEX #BE64AA Fuchsia

📋 copy color: '#BE64AA'

red 190 ◦ green 100 ◦ blue 170

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

Shades of Fuchsia #BE64AA

Tints of Fuchsia #BE64AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.96%

R = 41.3%
G = 21.74%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BE64AA (or 0xBE64AA) is known color: Fuchsia. HEX triplet: BE, 64 and AA. RGB value is (190,100,170). Sum of RGB (Red+Green+Blue) = 190+100+170=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BE64AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE64AA is #419B55. Grayscale: #868686. Windows color (decimal): -4299606 or 11166910. OLE color: 11166910.

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

Color convert

RGB 190 100 170 -
CMYK 0 0.47 0.11 0.25
HSL 313.33º 0.41% 0.57% -
HSV(B) 313.33º 0.47% 0.75% -
XYZ 33.05 22.96 40.72 -
YUV 134.89 147.82 167.31 -
System Red Green Blue C M Y K H S L
Decimal 190 100 170 0 0.47 0.11 0.25 313.33 0.41 0.57
Hex BE 64 AA 0 2F B 19 139 29 39
Octal 276 144 252 0 57 13 31 471 51 71
Binary 10111110 1100100 10101010 0 101111 1011 11001 100111001 101001 111001

Color Harmonies of #BE64AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE64AA

Black with #BE64AA

Text Example


Text Example

White with #BE64AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE64AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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