#BB679F

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

Shades of Hopbush #BB679F

Tints of Hopbush #BB679F

Color information

#BB679F (or 0xBB679F) is unknown color: approx Hopbush. HEX triplet: BB, 67 and 9F. RGB value is (187,103,159). Sum of RGB (Red+Green+Blue) = 187+103+159=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB679F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB679F is #449860. Grayscale: #868686. Windows color (decimal): -4495457 or 10446779. OLE color: 10446779.

HSL color Cylindrical-coordinate representation of color #BB679F: hue angle of 320º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB679F is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB187103159-
CMYK00.450.150.27
HSL320º38.18%56.86%-
HSV(B)320º44.92%73.33%-
XYZ31.622.7735.53-
YUV134.5141.83165.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.65%
GREEN value IS 103 (40.62% from 255) = 22.94%
BLUE value IS 159 (62.5% from 255) = 35.41%
R=41.65%
G=22.94%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710315900.450.150.2732038.1856.86
HexBB679F02DF1B1402639
Octal27314723705517335004671
Binary101110111100111100111110101101111111011101000000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB679F; }

 p { color: rgb(187,103,159); }

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

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

 a { background-color: rgb(187,103,159); }

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

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

 span { border-color: rgb(187,103,159); }

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