#BE6590

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

Shades of Hopbush #BE6590

Tints of Hopbush #BE6590

Color information

#BE6590 (or 0xBE6590) is unknown color: approx Hopbush. HEX triplet: BE, 65 and 90. RGB value is (190,101,144). Sum of RGB (Red+Green+Blue) = 190+101+144=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6590 is #419A6F. Grayscale: #848484. Windows color (decimal): -4299376 or 9463230. OLE color: 9463230.

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

Color convert

RGB190101144-
CMYK00.470.240.25
HSL331.01º40.64%57.06%-
HSV(B)331.01º46.84%74.51%-
XYZ30.9222.2729.05-
YUV132.51134.49169-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.68%
GREEN value IS 101 (39.84% from 255) = 23.22%
BLUE value IS 144 (56.64% from 255) = 33.10%
R=43.68%
G=23.22%
B=33.10%

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
Decimal19010114400.470.240.25331.0140.6457.06
HexBE659002F181914b2939
Octal27614522005730315135171
Binary1011111011001011001000001011111100011001101001011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6590; }

 p { color: rgb(190,101,144); }

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

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

 a { background-color: rgb(190,101,144); }

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

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

 span { border-color: rgb(190,101,144); }

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