#BE62A1

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

Shades of Hopbush #BE62A1

Tints of Hopbush #BE62A1

Color information

#BE62A1 (or 0xBE62A1) is unknown color: approx Hopbush. HEX triplet: BE, 62 and A1. RGB value is (190,98,161). Sum of RGB (Red+Green+Blue) = 190+98+161=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 161 (63.28% from 255 or 35.86% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE62A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE62A1 is #419D5E. Grayscale: #848484. Windows color (decimal): -4300127 or 10576574. OLE color: 10576574.

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

Color convert

RGB19098161-
CMYK00.480.150.25
HSL318.91º41.44%56.47%-
HSV(B)318.91º48.42%74.51%-
XYZ32.0422.2636.33-
YUV132.69143.98168.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.32%
GREEN value IS 98 (38.67% from 255) = 21.83%
BLUE value IS 161 (63.28% from 255) = 35.86%
R=42.32%
G=21.83%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909816100.480.150.25318.9141.4456.47
HexBE62A1030F1913f2938
Octal27614224106017314775170
Binary101111101100010101000010110000111111001100111111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE62A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE62A1; }

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

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

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

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

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

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

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

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