#BE65A0

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

Shades of Hopbush #BE65A0

Tints of Hopbush #BE65A0

Color information

#BE65A0 (or 0xBE65A0) is unknown color: approx Hopbush. HEX triplet: BE, 65 and A0. RGB value is (190,101,160). Sum of RGB (Red+Green+Blue) = 190+101+160=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE65A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE65A0 is #419A5F. Grayscale: #868686. Windows color (decimal): -4299360 or 10511806. OLE color: 10511806.

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

Color convert

RGB190101160-
CMYK00.470.160.25
HSL320.22º40.64%57.06%-
HSV(B)320.22º46.84%74.51%-
XYZ32.2322.7935.96-
YUV134.34142.49167.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.13%
GREEN value IS 101 (39.84% from 255) = 22.39%
BLUE value IS 160 (62.89% from 255) = 35.48%
R=42.13%
G=22.39%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010116000.470.160.25320.2240.6457.06
HexBE65A002F10191402939
Octal27614524005720315005171
Binary1011111011001011010000001011111000011001101000000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE65A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE65A0; }

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

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

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

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

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

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

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

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