#BE6491

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

Shades of Hopbush #BE6491

Tints of Hopbush #BE6491

Color information

#BE6491 (or 0xBE6491) is unknown color: approx Hopbush. HEX triplet: BE, 64 and 91. RGB value is (190,100,145). Sum of RGB (Red+Green+Blue) = 190+100+145=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6491 is #419B6E. Grayscale: #838383. Windows color (decimal): -4299631 or 9528510. OLE color: 9528510.

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

Color convert

RGB190100145-
CMYK00.470.240.25
HSL330º40.91%56.86%-
HSV(B)330º47.37%74.51%-
XYZ30.922.1129.43-
YUV132.04135.32169.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.68%
GREEN value IS 100 (39.45% from 255) = 22.99%
BLUE value IS 145 (57.03% from 255) = 33.33%
R=43.68%
G=22.99%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010014500.470.240.2533040.9156.86
HexBE649102F181914a2939
Octal27614422105730315125171
Binary1011111011001001001000101011111100011001101001010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6491; }

 p { color: rgb(190,100,145); }

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

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

 a { background-color: rgb(190,100,145); }

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

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

 span { border-color: rgb(190,100,145); }

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