#BC649D

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

Shades of Hopbush #BC649D

Tints of Hopbush #BC649D

Color information

#BC649D (or 0xBC649D) is unknown color: approx Hopbush. HEX triplet: BC, 64 and 9D. RGB value is (188,100,157). Sum of RGB (Red+Green+Blue) = 188+100+157=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC649D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC649D is #439B62. Grayscale: #848484. Windows color (decimal): -4430691 or 10314940. OLE color: 10314940.

HSL color Cylindrical-coordinate representation of color #BC649D: hue angle of 321.14º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC649D is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB188100157-
CMYK00.470.160.26
HSL321.14º39.64%56.47%-
HSV(B)321.14º46.81%73.73%-
XYZ31.3822.2434.54-
YUV132.81141.65167.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.25%
GREEN value IS 100 (39.45% from 255) = 22.47%
BLUE value IS 157 (61.72% from 255) = 35.28%
R=42.25%
G=22.47%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810015700.470.160.26321.1439.6456.47
HexBC649D02F101A1412838
Octal27414423505720325015070
Binary1011110011001001001110101011111000011010101000001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC649D; }

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

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

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

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

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

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

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

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