#BD749E

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

Shades of Hopbush #BD749E

Tints of Hopbush #BD749E

Color information

#BD749E (or 0xBD749E) is unknown color: approx Hopbush. HEX triplet: BD, 74 and 9E. RGB value is (189,116,158). Sum of RGB (Red+Green+Blue) = 189+116+158=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD749E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD749E is #428B61. Grayscale: #8E8E8E. Windows color (decimal): -4361058 or 10384573. OLE color: 10384573.

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

Color convert

RGB189116158-
CMYK00.390.160.26
HSL325.48º35.61%59.8%-
HSV(B)325.48º38.62%74.12%-
XYZ33.425.7835.56-
YUV142.62136.68161.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.82%
GREEN value IS 116 (45.70% from 255) = 25.05%
BLUE value IS 158 (62.11% from 255) = 34.13%
R=40.82%
G=25.05%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911615800.390.160.26325.4835.6159.8
HexBD749E027101A145243c
Octal27516423604720325054474
Binary1011110111101001001111001001111000011010101000101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD749E; }

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

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

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

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

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

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

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

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