#BE6F9F

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

Shades of Hopbush #BE6F9F

Tints of Hopbush #BE6F9F

Color information

#BE6F9F (or 0xBE6F9F) is unknown color: approx Hopbush. HEX triplet: BE, 6F and 9F. RGB value is (190,111,159). Sum of RGB (Red+Green+Blue) = 190+111+159=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6F9F is #419060. Grayscale: #8B8B8B. Windows color (decimal): -4296801 or 10448830. OLE color: 10448830.

HSL color Cylindrical-coordinate representation of color #BE6F9F: hue angle of 323.54º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE6F9F is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB190111159-
CMYK00.420.160.25
HSL323.54º37.8%59.02%-
HSV(B)323.54º41.58%74.51%-
XYZ33.1824.8235.84-
YUV140.09138.67163.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.30%
GREEN value IS 111 (43.75% from 255) = 24.13%
BLUE value IS 159 (62.5% from 255) = 34.57%
R=41.30%
G=24.13%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011115900.420.160.25323.5437.859.02
HexBE6F9F02A1019144263b
Octal27615723705220315044673
Binary1011111011011111001111101010101000011001101000100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6F9F; }

 p { color: rgb(190,111,159); }

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

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

 a { background-color: rgb(190,111,159); }

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

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

 span { border-color: rgb(190,111,159); }

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