#BF6C94

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

Shades of Hopbush #BF6C94

Tints of Hopbush #BF6C94

Color information

#BF6C94 (or 0xBF6C94) is unknown color: approx Hopbush. HEX triplet: BF, 6C and 94. RGB value is (191,108,148). Sum of RGB (Red+Green+Blue) = 191+108+148=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6C94 is #40936B. Grayscale: #898989. Windows color (decimal): -4232044 or 9727167. OLE color: 9727167.

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

Color convert

RGB191108148-
CMYK00.430.230.25
HSL331.08º39.34%58.63%-
HSV(B)331.08º43.46%74.9%-
XYZ32.1923.9430.94-
YUV137.38134166.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.73%
GREEN value IS 108 (42.58% from 255) = 24.16%
BLUE value IS 148 (58.20% from 255) = 33.11%
R=42.73%
G=24.16%
B=33.11%

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
Decimal19110814800.430.230.25331.0839.3458.63
HexBF6C9402B171914b273b
Octal27715422405327315134773
Binary1011111111011001001010001010111011111001101001011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6C94; }

 p { color: rgb(191,108,148); }

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

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

 a { background-color: rgb(191,108,148); }

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

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

 span { border-color: rgb(191,108,148); }

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