#BD7594

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

Shades of Hopbush #BD7594

Tints of Hopbush #BD7594

Color information

#BD7594 (or 0xBD7594) is unknown color: approx Hopbush. HEX triplet: BD, 75 and 94. RGB value is (189,117,148). Sum of RGB (Red+Green+Blue) = 189+117+148=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 148 (58.20% from 255 or 32.60% from 454); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7594 is #428A6B. Grayscale: #8E8E8E. Windows color (decimal): -4360812 or 9729469. OLE color: 9729469.

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

Color convert

RGB189117148-
CMYK00.380.220.26
HSL334.17º35.29%60%-
HSV(B)334.17º38.1%74.12%-
XYZ32.6925.6831.25-
YUV142.06131.35161.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.63%
GREEN value IS 117 (46.09% from 255) = 25.77%
BLUE value IS 148 (58.20% from 255) = 32.60%
R=41.63%
G=25.77%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911714800.380.220.26334.1735.2960
HexBD7594026161A14e233c
Octal27516522404626325164374
Binary1011110111101011001010001001101011011010101001110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7594; }

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

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

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

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

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

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

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

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