#BD7394

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

Shades of Hopbush #BD7394

Tints of Hopbush #BD7394

Color information

#BD7394 (or 0xBD7394) is unknown color: approx Hopbush. HEX triplet: BD, 73 and 94. RGB value is (189,115,148). Sum of RGB (Red+Green+Blue) = 189+115+148=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7394 is #428C6B. Grayscale: #8C8C8C. Windows color (decimal): -4361324 or 9728957. OLE color: 9728957.

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

Color convert

RGB189115148-
CMYK00.390.220.26
HSL333.24º35.92%59.61%-
HSV(B)333.24º39.15%74.12%-
XYZ32.4625.2231.17-
YUV140.89132.02162.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.81%
GREEN value IS 115 (45.31% from 255) = 25.44%
BLUE value IS 148 (58.20% from 255) = 32.74%
R=41.81%
G=25.44%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911514800.390.220.26333.2435.9259.61
HexBD7394027161A14d243c
Octal27516322404726325154474
Binary1011110111100111001010001001111011011010101001101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7394; }

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

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

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

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

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

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

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

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