#BF6E97

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

Shades of Hopbush #BF6E97

Tints of Hopbush #BF6E97

Color information

#BF6E97 (or 0xBF6E97) is unknown color: approx Hopbush. HEX triplet: BF, 6E and 97. RGB value is (191,110,151). Sum of RGB (Red+Green+Blue) = 191+110+151=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6E97 is #409168. Grayscale: #8A8A8A. Windows color (decimal): -4231529 or 9924287. OLE color: 9924287.

HSL color Cylindrical-coordinate representation of color #BF6E97: hue angle of 329.63º degrees, saturation: 0.39, 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 #BF6E97 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB191110151-
CMYK00.420.210.25
HSL329.63º38.76%59.02%-
HSV(B)329.63º42.41%74.9%-
XYZ32.6524.4632.28-
YUV138.89134.84165.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.26%
GREEN value IS 110 (43.36% from 255) = 24.34%
BLUE value IS 151 (59.38% from 255) = 33.41%
R=42.26%
G=24.34%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111015100.420.210.25329.6338.7659.02
HexBF6E9702A151914a273b
Octal27715622705225315124773
Binary1011111111011101001011101010101010111001101001010100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6E97; }

 p { color: rgb(191,110,151); }

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

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

 a { background-color: rgb(191,110,151); }

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

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

 span { border-color: rgb(191,110,151); }

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