#BE6994

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

Shades of Hopbush #BE6994

Tints of Hopbush #BE6994

Color information

#BE6994 (or 0xBE6994) is unknown color: approx Hopbush. HEX triplet: BE, 69 and 94. RGB value is (190,105,148). Sum of RGB (Red+Green+Blue) = 190+105+148=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6994 is #41966B. Grayscale: #878787. Windows color (decimal): -4298348 or 9726398. OLE color: 9726398.

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

Color convert

RGB190105148-
CMYK00.450.220.25
HSL329.65º39.53%57.84%-
HSV(B)329.65º44.74%74.51%-
XYZ31.6323.1930.83-
YUV135.32135.16167-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.89%
GREEN value IS 105 (41.41% from 255) = 23.70%
BLUE value IS 148 (58.20% from 255) = 33.41%
R=42.89%
G=23.70%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010514800.450.220.25329.6539.5357.84
HexBE699402D161914a283a
Octal27615122405526315125072
Binary1011111011010011001010001011011011011001101001010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6994; }

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

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

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

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

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

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

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

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