#BE639C

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

Shades of Hopbush #BE639C

Tints of Hopbush #BE639C

Color information

#BE639C (or 0xBE639C) is unknown color: approx Hopbush. HEX triplet: BE, 63 and 9C. RGB value is (190,99,156). Sum of RGB (Red+Green+Blue) = 190+99+156=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 99 (39.06% from 255 or 22.25% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE639C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE639C is #419C63. Grayscale: #848484. Windows color (decimal): -4299876 or 10249150. OLE color: 10249150.

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

Color convert

RGB19099156-
CMYK00.480.180.25
HSL322.42º41.18%56.67%-
HSV(B)322.42º47.89%74.51%-
XYZ31.722.2734.08-
YUV132.71141.15168.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 99 (39.06% from 255) = 22.25%
BLUE value IS 156 (61.33% from 255) = 35.06%
R=42.70%
G=22.25%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909915600.480.180.25322.4241.1856.67
HexBE639C03012191422939
Octal27614323406022315025171
Binary1011111011000111001110001100001001011001101000010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE639C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE639C; }

 p { color: rgb(190,99,156); }

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

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

 a { background-color: rgb(190,99,156); }

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

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

 span { border-color: rgb(190,99,156); }

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