#BF649C

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

Shades of Hopbush #BF649C

Tints of Hopbush #BF649C

Color information

#BF649C (or 0xBF649C) is unknown color: approx Hopbush. HEX triplet: BF, 64 and 9C. RGB value is (191,100,156). Sum of RGB (Red+Green+Blue) = 191+100+156=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF649C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF649C is #409B63. Grayscale: #858585. Windows color (decimal): -4234084 or 10249407. OLE color: 10249407.

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

Color convert

RGB191100156-
CMYK00.480.180.25
HSL323.08º41.55%57.06%-
HSV(B)323.08º47.64%74.9%-
XYZ32.0422.5934.12-
YUV133.59140.65168.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.73%
GREEN value IS 100 (39.45% from 255) = 22.37%
BLUE value IS 156 (61.33% from 255) = 34.90%
R=42.73%
G=22.37%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110015600.480.180.25323.0841.5557.06
HexBF649C03012191432a39
Octal27714423406022315035271
Binary1011111111001001001110001100001001011001101000011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF649C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF649C; }

 p { color: rgb(191,100,156); }

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

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

 a { background-color: rgb(191,100,156); }

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

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

 span { border-color: rgb(191,100,156); }

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