#BD6A9E

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

Shades of Hopbush #BD6A9E

Tints of Hopbush #BD6A9E

Color information

#BD6A9E (or 0xBD6A9E) is unknown color: approx Hopbush. HEX triplet: BD, 6A and 9E. RGB value is (189,106,158). Sum of RGB (Red+Green+Blue) = 189+106+158=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6A9E is #429561. Grayscale: #888888. Windows color (decimal): -4363618 or 10382013. OLE color: 10382013.

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

Color convert

RGB189106158-
CMYK00.440.160.26
HSL322.41º38.6%57.84%-
HSV(B)322.41º43.92%74.12%-
XYZ32.3123.635.2-
YUV136.74140165.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.72%
GREEN value IS 106 (41.80% from 255) = 23.40%
BLUE value IS 158 (62.11% from 255) = 34.88%
R=41.72%
G=23.40%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910615800.440.160.26322.4138.657.84
HexBD6A9E02C101A142273a
Octal27515223605420325024772
Binary1011110111010101001111001011001000011010101000010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6A9E; }

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

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

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

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

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

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

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

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