Html Css Color HEX #BE64A7 Fuchsia

📋 copy color: '#BE64A7'

red 190 ◦ green 100 ◦ blue 167

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

Shades of Fuchsia #BE64A7

Tints of Fuchsia #BE64A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.54%

R = 41.58%
G = 21.88%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BE64A7 (or 0xBE64A7) is known color: Fuchsia. HEX triplet: BE, 64 and A7. RGB value is (190,100,167). Sum of RGB (Red+Green+Blue) = 190+100+167=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 167 (65.62% from 255 or 36.54% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE64A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE64A7 is #419B58. Grayscale: #868686. Windows color (decimal): -4299609 or 10970302. OLE color: 10970302.

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

Color convert

RGB 190 100 167 -
CMYK 0 0.47 0.12 0.25
HSL 315.33º 0.41% 0.57% -
HSV(B) 315.33º 0.47% 0.75% -
XYZ 32.77 22.85 39.24 -
YUV 134.55 146.32 167.55 -
System Red Green Blue C M Y K H S L
Decimal 190 100 167 0 0.47 0.12 0.25 315.33 0.41 0.57
Hex BE 64 A7 0 2F C 19 13B 29 39
Octal 276 144 247 0 57 14 31 473 51 71
Binary 10111110 1100100 10100111 0 101111 1100 11001 100111011 101001 111001

Color Harmonies of #BE64A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE64A7

Black with #BE64A7

Text Example


Text Example

White with #BE64A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE64A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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