#BD649C

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

Shades of Hopbush #BD649C

Tints of Hopbush #BD649C

Color information

#BD649C (or 0xBD649C) is unknown color: approx Hopbush. HEX triplet: BD, 64 and 9C. RGB value is (189,100,156). Sum of RGB (Red+Green+Blue) = 189+100+156=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BD649C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD649C is #429B63. Grayscale: #848484. Windows color (decimal): -4365156 or 10249405. OLE color: 10249405.

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

Color convert

RGB189100156-
CMYK00.470.170.26
HSL322.25º40.27%56.67%-
HSV(B)322.25º47.09%74.12%-
XYZ31.5422.3334.1-
YUV132.99140.99167.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.47%
GREEN value IS 100 (39.45% from 255) = 22.47%
BLUE value IS 156 (61.33% from 255) = 35.06%
R=42.47%
G=22.47%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910015600.470.170.26322.2540.2756.67
HexBD649C02F111A1422839
Octal27514423405721325025071
Binary1011110111001001001110001011111000111010101000010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD649C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD649C; }

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

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

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

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

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

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

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

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