#BD659B

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

Shades of Hopbush #BD659B

Tints of Hopbush #BD659B

Color information

#BD659B (or 0xBD659B) is unknown color: approx Hopbush. HEX triplet: BD, 65 and 9B. RGB value is (189,101,155). Sum of RGB (Red+Green+Blue) = 189+101+155=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BD659B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD659B is #429A64. Grayscale: #858585. Windows color (decimal): -4364901 or 10184125. OLE color: 10184125.

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

Color convert

RGB189101155-
CMYK00.470.180.26
HSL323.18º40%56.86%-
HSV(B)323.18º46.56%74.12%-
XYZ31.5622.4933.69-
YUV133.47140.15167.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.47%
GREEN value IS 101 (39.84% from 255) = 22.70%
BLUE value IS 155 (60.94% from 255) = 34.83%
R=42.47%
G=22.70%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910115500.470.180.26323.184056.86
HexBD659B02F121A1432839
Octal27514523305722325035071
Binary1011110111001011001101101011111001011010101000011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD659B; }

 p { color: rgb(189,101,155); }

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

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

 a { background-color: rgb(189,101,155); }

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

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

 span { border-color: rgb(189,101,155); }

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