#BE64A4

Color #BE64A4 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #BE64A4

Tints of Hopbush #BE64A4

Color information

#BE64A4 (or 0xBE64A4) is unknown color: approx Hopbush. HEX triplet: BE, 64 and A4. RGB value is (190,100,164). Sum of RGB (Red+Green+Blue) = 190+100+164=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 164 (64.45% from 255 or 36.12% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE64A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE64A4 is #419B5B. Grayscale: #868686. Windows color (decimal): -4299612 or 10773694. OLE color: 10773694.

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

Color convert

RGB190100164-
CMYK00.470.140.25
HSL317.33º40.91%56.86%-
HSV(B)317.33º47.37%74.51%-
XYZ32.4922.7437.8-
YUV134.21144.82167.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.85%
GREEN value IS 100 (39.45% from 255) = 22.03%
BLUE value IS 164 (64.45% from 255) = 36.12%
R=41.85%
G=22.03%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010016400.470.140.25317.3340.9156.86
HexBE64A402FE1913d2939
Octal27614424405716314755171
Binary101111101100100101001000101111111011001100111101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE64A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE64A4; }

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

 H1.HeaderClassName
 {
   color: #BE64A4;
 }
 .AnyTagClassName
 {
   color: #BE64A4;
 }
</style>
background-color css

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

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

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

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

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

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