#BF649D

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

Shades of Hopbush #BF649D

Tints of Hopbush #BF649D

Color information

#BF649D (or 0xBF649D) is unknown color: approx Hopbush. HEX triplet: BF, 64 and 9D. RGB value is (191,100,157). Sum of RGB (Red+Green+Blue) = 191+100+157=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BF649D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF649D is #409B62. Grayscale: #858585. Windows color (decimal): -4234083 or 10314943. OLE color: 10314943.

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

Color convert

RGB191100157-
CMYK00.480.180.25
HSL322.42º41.55%57.06%-
HSV(B)322.42º47.64%74.9%-
XYZ32.1322.6334.57-
YUV133.71141.15168.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.63%
GREEN value IS 100 (39.45% from 255) = 22.32%
BLUE value IS 157 (61.72% from 255) = 35.04%
R=42.63%
G=22.32%
B=35.04%

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
Decimal19110015700.480.180.25322.4241.5557.06
HexBF649D03012191422a39
Octal27714423506022315025271
Binary1011111111001001001110101100001001011001101000010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF649D; }

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

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

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

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

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

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

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

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