#BD6391

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

Shades of Hopbush #BD6391

Tints of Hopbush #BD6391

Color information

#BD6391 (or 0xBD6391) is unknown color: approx Hopbush. HEX triplet: BD, 63 and 91. RGB value is (189,99,145). Sum of RGB (Red+Green+Blue) = 189+99+145=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 145 (57.03% from 255 or 33.49% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6391 is #429C6E. Grayscale: #838383. Windows color (decimal): -4365423 or 9528253. OLE color: 9528253.

HSL color Cylindrical-coordinate representation of color #BD6391: hue angle of 329.33º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD6391 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB18999145-
CMYK00.480.230.26
HSL329.33º40.54%56.47%-
HSV(B)329.33º47.62%74.12%-
XYZ30.5621.7929.38-
YUV131.15135.82169.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.65%
GREEN value IS 99 (39.06% from 255) = 22.86%
BLUE value IS 145 (57.03% from 255) = 33.49%
R=43.65%
G=22.86%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899914500.480.230.26329.3340.5456.47
HexBD6391030171A1492938
Octal27514322106027325115170
Binary1011110111000111001000101100001011111010101001001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6391; }

 p { color: rgb(189,99,145); }

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

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

 a { background-color: rgb(189,99,145); }

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

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

 span { border-color: rgb(189,99,145); }

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