#BD759E

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

Shades of Hopbush #BD759E

Tints of Hopbush #BD759E

Color information

#BD759E (or 0xBD759E) is unknown color: approx Hopbush. HEX triplet: BD, 75 and 9E. RGB value is (189,117,158). Sum of RGB (Red+Green+Blue) = 189+117+158=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BD759E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD759E is #428A61. Grayscale: #8F8F8F. Windows color (decimal): -4360802 or 10384829. OLE color: 10384829.

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

Color convert

RGB189117158-
CMYK00.380.160.26
HSL325.83º35.29%60%-
HSV(B)325.83º38.1%74.12%-
XYZ33.5226.0135.6-
YUV143.2136.35160.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.73%
GREEN value IS 117 (46.09% from 255) = 25.22%
BLUE value IS 158 (62.11% from 255) = 34.05%
R=40.73%
G=25.22%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911715800.380.160.26325.8335.2960
HexBD759E026101A146233c
Octal27516523604620325064374
Binary1011110111101011001111001001101000011010101000110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD759E; }

 p { color: rgb(189,117,158); }

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

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

 a { background-color: rgb(189,117,158); }

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

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

 span { border-color: rgb(189,117,158); }

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