#BD649A

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

Shades of Hopbush #BD649A

Tints of Hopbush #BD649A

Color information

#BD649A (or 0xBD649A) is unknown color: approx Hopbush. HEX triplet: BD, 64 and 9A. RGB value is (189,100,154). Sum of RGB (Red+Green+Blue) = 189+100+154=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BD649A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD649A is #429B65. Grayscale: #848484. Windows color (decimal): -4365158 or 10118333. OLE color: 10118333.

HSL color Cylindrical-coordinate representation of color #BD649A: hue angle of 323.6º 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 #BD649A is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB189100154-
CMYK00.470.190.26
HSL323.6º40.27%56.67%-
HSV(B)323.6º47.09%74.12%-
XYZ31.3822.2733.22-
YUV132.77139.99168.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.66%
GREEN value IS 100 (39.45% from 255) = 22.57%
BLUE value IS 154 (60.55% from 255) = 34.76%
R=42.66%
G=22.57%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910015400.470.190.26323.640.2756.67
HexBD649A02F131A1442839
Octal27514423205723325045071
Binary1011110111001001001101001011111001111010101000100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD649A; }

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

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

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

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

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

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

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

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