#BE619C

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

Shades of Hopbush #BE619C

Tints of Hopbush #BE619C

Color information

#BE619C (or 0xBE619C) is unknown color: approx Hopbush. HEX triplet: BE, 61 and 9C. RGB value is (190,97,156). Sum of RGB (Red+Green+Blue) = 190+97+156=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE619C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE619C is #419E63. Grayscale: #838383. Windows color (decimal): -4300388 or 10248638. OLE color: 10248638.

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

Color convert

RGB19097156-
CMYK00.490.180.25
HSL321.94º41.7%56.27%-
HSV(B)321.94º48.95%74.51%-
XYZ31.5121.934.02-
YUV131.53141.81169.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.89%
GREEN value IS 97 (38.28% from 255) = 21.90%
BLUE value IS 156 (61.33% from 255) = 35.21%
R=42.89%
G=21.90%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909715600.490.180.25321.9441.756.27
HexBE619C03112191422a38
Octal27614123406122315025270
Binary1011111011000011001110001100011001011001101000010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE619C; }

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

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

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

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

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

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

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

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