#BD659C

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

Shades of Hopbush #BD659C

Tints of Hopbush #BD659C

Color information

#BD659C (or 0xBD659C) is unknown color: approx Hopbush. HEX triplet: BD, 65 and 9C. RGB value is (189,101,156). Sum of RGB (Red+Green+Blue) = 189+101+156=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BD659C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD659C is #429A63. Grayscale: #858585. Windows color (decimal): -4364900 or 10249661. OLE color: 10249661.

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

Color convert

RGB189101156-
CMYK00.470.170.26
HSL322.5º40%56.86%-
HSV(B)322.5º46.56%74.12%-
XYZ31.6422.5334.13-
YUV133.58140.65167.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.38%
GREEN value IS 101 (39.84% from 255) = 22.65%
BLUE value IS 156 (61.33% from 255) = 34.98%
R=42.38%
G=22.65%
B=34.98%

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
Decimal18910115600.470.170.26322.54056.86
HexBD659C02F111A1422839
Octal27514523405721325025071
Binary1011110111001011001110001011111000111010101000010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD659C; }

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

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

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

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

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

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

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

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