#BF649F

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

Shades of Hopbush #BF649F

Tints of Hopbush #BF649F

Color information

#BF649F (or 0xBF649F) is unknown color: approx Hopbush. HEX triplet: BF, 64 and 9F. RGB value is (191,100,159). Sum of RGB (Red+Green+Blue) = 191+100+159=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF649F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF649F is #409B60. Grayscale: #858585. Windows color (decimal): -4234081 or 10446015. OLE color: 10446015.

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

Color convert

RGB191100159-
CMYK00.480.170.25
HSL321.1º41.55%57.06%-
HSV(B)321.1º47.64%74.9%-
XYZ32.322.6935.48-
YUV133.94142.15168.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.44%
GREEN value IS 100 (39.45% from 255) = 22.22%
BLUE value IS 159 (62.5% from 255) = 35.33%
R=42.44%
G=22.22%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110015900.480.170.25321.141.5557.06
HexBF649F03011191412a39
Octal27714423706021315015271
Binary1011111111001001001111101100001000111001101000001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF649F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF649F; }

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

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

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

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

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

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

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

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