#BE629F

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

Shades of Hopbush #BE629F

Tints of Hopbush #BE629F

Color information

#BE629F (or 0xBE629F) is unknown color: approx Hopbush. HEX triplet: BE, 62 and 9F. RGB value is (190,98,159). Sum of RGB (Red+Green+Blue) = 190+98+159=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 98 (38.67% from 255 or 21.92% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE629F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE629F is #419D60. Grayscale: #848484. Windows color (decimal): -4300129 or 10445502. OLE color: 10445502.

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

Color convert

RGB19098159-
CMYK00.480.160.25
HSL320.22º41.44%56.47%-
HSV(B)320.22º48.42%74.51%-
XYZ31.8622.1935.4-
YUV132.46142.98169.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.51%
GREEN value IS 98 (38.67% from 255) = 21.92%
BLUE value IS 159 (62.5% from 255) = 35.57%
R=42.51%
G=21.92%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909815900.480.160.25320.2241.4456.47
HexBE629F03010191402938
Octal27614223706020315005170
Binary1011111011000101001111101100001000011001101000000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE629F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE629F; }

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

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

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

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

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

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

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

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