#BE6BA4

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

Shades of Hopbush #BE6BA4

Tints of Hopbush #BE6BA4

Color information

#BE6BA4 (or 0xBE6BA4) is unknown color: approx Hopbush. HEX triplet: BE, 6B and A4. RGB value is (190,107,164). Sum of RGB (Red+Green+Blue) = 190+107+164=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6BA4 is #41945B. Grayscale: #8A8A8A. Windows color (decimal): -4297820 or 10775486. OLE color: 10775486.

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

Color convert

RGB190107164-
CMYK00.440.140.25
HSL318.8º38.97%58.24%-
HSV(B)318.8º43.68%74.51%-
XYZ33.1924.1438.03-
YUV138.32142.5164.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.21%
GREEN value IS 107 (42.19% from 255) = 23.21%
BLUE value IS 164 (64.45% from 255) = 35.57%
R=41.21%
G=23.21%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010716400.440.140.25318.838.9758.24
HexBE6BA402CE1913f273a
Octal27615324405416314774772
Binary101111101101011101001000101100111011001100111111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6BA4; }

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

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

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

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

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

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

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

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