#BE6BA2

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

Shades of Hopbush #BE6BA2

Tints of Hopbush #BE6BA2

Color information

#BE6BA2 (or 0xBE6BA2) is unknown color: approx Hopbush. HEX triplet: BE, 6B and A2. RGB value is (190,107,162). Sum of RGB (Red+Green+Blue) = 190+107+162=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6BA2 is #41945D. Grayscale: #898989. Windows color (decimal): -4297822 or 10644414. OLE color: 10644414.

HSL color Cylindrical-coordinate representation of color #BE6BA2: hue angle of 320.24º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE6BA2 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB190107162-
CMYK00.440.150.25
HSL320.24º38.97%58.24%-
HSV(B)320.24º43.68%74.51%-
XYZ33.0124.0737.09-
YUV138.09141.5165.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 107 (42.19% from 255) = 23.31%
BLUE value IS 162 (63.67% from 255) = 35.29%
R=41.39%
G=23.31%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010716200.440.150.25320.2438.9758.24
HexBE6BA202CF19140273a
Octal27615324205417315004772
Binary101111101101011101000100101100111111001101000000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6BA2; }

 p { color: rgb(190,107,162); }

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

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

 a { background-color: rgb(190,107,162); }

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

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

 span { border-color: rgb(190,107,162); }

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