#BE629D

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

Shades of Hopbush #BE629D

Tints of Hopbush #BE629D

Color information

#BE629D (or 0xBE629D) is unknown color: approx Hopbush. HEX triplet: BE, 62 and 9D. RGB value is (190,98,157). Sum of RGB (Red+Green+Blue) = 190+98+157=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 98 (38.67% from 255 or 22.02% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE629D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE629D is #419D62. Grayscale: #848484. Windows color (decimal): -4300131 or 10314430. OLE color: 10314430.

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

Color convert

RGB19098157-
CMYK00.480.170.25
HSL321.52º41.44%56.47%-
HSV(B)321.52º48.42%74.51%-
XYZ31.6922.1234.5-
YUV132.23141.98169.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 98 (38.67% from 255) = 22.02%
BLUE value IS 157 (61.72% from 255) = 35.28%
R=42.70%
G=22.02%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909815700.480.170.25321.5241.4456.47
HexBE629D03011191422938
Octal27614223506021315025170
Binary1011111011000101001110101100001000111001101000010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE629D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE629D; }

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

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

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

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

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

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

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

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