#BE6C93

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

Shades of Hopbush #BE6C93

Tints of Hopbush #BE6C93

Color information

#BE6C93 (or 0xBE6C93) is unknown color: approx Hopbush. HEX triplet: BE, 6C and 93. RGB value is (190,108,147). Sum of RGB (Red+Green+Blue) = 190+108+147=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6C93 is #41936C. Grayscale: #888888. Windows color (decimal): -4297581 or 9661630. OLE color: 9661630.

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

Color convert

RGB190108147-
CMYK00.430.230.25
HSL331.46º38.68%58.43%-
HSV(B)331.46º43.16%74.51%-
XYZ31.8623.7830.51-
YUV136.96133.67165.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 108 (42.58% from 255) = 24.27%
BLUE value IS 147 (57.81% from 255) = 33.03%
R=42.70%
G=24.27%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010814700.430.230.25331.4638.6858.43
HexBE6C9302B171914b273a
Octal27615422305327315134772
Binary1011111011011001001001101010111011111001101001011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6C93; }

 p { color: rgb(190,108,147); }

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

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

 a { background-color: rgb(190,108,147); }

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

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

 span { border-color: rgb(190,108,147); }

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