#BE64A1

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

Shades of Hopbush #BE64A1

Tints of Hopbush #BE64A1

Color information

#BE64A1 (or 0xBE64A1) is unknown color: approx Hopbush. HEX triplet: BE, 64 and A1. RGB value is (190,100,161). Sum of RGB (Red+Green+Blue) = 190+100+161=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE64A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE64A1 is #419B5E. Grayscale: #858585. Windows color (decimal): -4299615 or 10577086. OLE color: 10577086.

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

Color convert

RGB190100161-
CMYK00.470.150.25
HSL319.33º40.91%56.86%-
HSV(B)319.33º47.37%74.51%-
XYZ32.2322.6336.39-
YUV133.86143.32168.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.13%
GREEN value IS 100 (39.45% from 255) = 22.17%
BLUE value IS 161 (63.28% from 255) = 35.70%
R=42.13%
G=22.17%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010016100.470.150.25319.3340.9156.86
HexBE64A102FF1913f2939
Octal27614424105717314775171
Binary101111101100100101000010101111111111001100111111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE64A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE64A1; }

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

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

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

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

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

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

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

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