#BE62A4

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

Shades of Hopbush #BE62A4

Tints of Hopbush #BE62A4

Color information

#BE62A4 (or 0xBE62A4) is unknown color: approx Hopbush. HEX triplet: BE, 62 and A4. RGB value is (190,98,164). Sum of RGB (Red+Green+Blue) = 190+98+164=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 164 (64.45% from 255 or 36.28% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE62A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE62A4 is #419D5B. Grayscale: #848484. Windows color (decimal): -4300124 or 10773182. OLE color: 10773182.

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

Color convert

RGB19098164-
CMYK00.480.140.25
HSL316.96º41.44%56.47%-
HSV(B)316.96º48.42%74.51%-
XYZ32.322.3637.74-
YUV133.03145.48168.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.04%
GREEN value IS 98 (38.67% from 255) = 21.68%
BLUE value IS 164 (64.45% from 255) = 36.28%
R=42.04%
G=21.68%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909816400.480.140.25316.9641.4456.47
HexBE62A4030E1913d2938
Octal27614224406016314755170
Binary101111101100010101001000110000111011001100111101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE62A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE62A4; }

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

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

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

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

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

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

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

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