#BE6794

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

Shades of Hopbush #BE6794

Tints of Hopbush #BE6794

Color information

#BE6794 (or 0xBE6794) is unknown color: approx Hopbush. HEX triplet: BE, 67 and 94. RGB value is (190,103,148). Sum of RGB (Red+Green+Blue) = 190+103+148=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6794 is #41986B. Grayscale: #868686. Windows color (decimal): -4298860 or 9725886. OLE color: 9725886.

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

Color convert

RGB190103148-
CMYK00.460.220.25
HSL328.97º40.09%57.45%-
HSV(B)328.97º45.79%74.51%-
XYZ31.4322.7930.76-
YUV134.14135.82167.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.08%
GREEN value IS 103 (40.62% from 255) = 23.36%
BLUE value IS 148 (58.20% from 255) = 33.56%
R=43.08%
G=23.36%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010314800.460.220.25328.9740.0957.45
HexBE679402E16191492839
Octal27614722405626315115071
Binary1011111011001111001010001011101011011001101001001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6794; }

 p { color: rgb(190,103,148); }

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

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

 a { background-color: rgb(190,103,148); }

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

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

 span { border-color: rgb(190,103,148); }

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