#BF6F97

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

Shades of Hopbush #BF6F97

Tints of Hopbush #BF6F97

Color information

#BF6F97 (or 0xBF6F97) is unknown color: approx Hopbush. HEX triplet: BF, 6F and 97. RGB value is (191,111,151). Sum of RGB (Red+Green+Blue) = 191+111+151=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6F97 is #409068. Grayscale: #8B8B8B. Windows color (decimal): -4231273 or 9924543. OLE color: 9924543.

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

Color convert

RGB191111151-
CMYK00.420.210.25
HSL330º38.46%59.22%-
HSV(B)330º41.88%74.9%-
XYZ32.7624.6832.32-
YUV139.48134.5164.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.16%
GREEN value IS 111 (43.75% from 255) = 24.50%
BLUE value IS 151 (59.38% from 255) = 33.33%
R=42.16%
G=24.50%
B=33.33%

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
Decimal19111115100.420.210.2533038.4659.22
HexBF6F9702A151914a263b
Octal27715722705225315124673
Binary1011111111011111001011101010101010111001101001010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6F97; }

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

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

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

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

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

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

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

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