#BE6894

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

Shades of Hopbush #BE6894

Tints of Hopbush #BE6894

Color information

#BE6894 (or 0xBE6894) is unknown color: approx Hopbush. HEX triplet: BE, 68 and 94. RGB value is (190,104,148). Sum of RGB (Red+Green+Blue) = 190+104+148=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6894 is #41976B. Grayscale: #868686. Windows color (decimal): -4298604 or 9726142. OLE color: 9726142.

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

Color convert

RGB190104148-
CMYK00.450.220.25
HSL329.3º39.81%57.65%-
HSV(B)329.3º45.26%74.51%-
XYZ31.5322.9930.79-
YUV134.73135.49167.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.99%
GREEN value IS 104 (41.02% from 255) = 23.53%
BLUE value IS 148 (58.20% from 255) = 33.48%
R=42.99%
G=23.53%
B=33.48%

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
Decimal19010414800.450.220.25329.339.8157.65
HexBE689402D1619149283a
Octal27615022405526315115072
Binary1011111011010001001010001011011011011001101001001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6894; }

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

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

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

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

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

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

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

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