#BD6CA2

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

Shades of Hopbush #BD6CA2

Tints of Hopbush #BD6CA2

Color information

#BD6CA2 (or 0xBD6CA2) is unknown color: approx Hopbush. HEX triplet: BD, 6C and A2. RGB value is (189,108,162). Sum of RGB (Red+Green+Blue) = 189+108+162=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6CA2 is #42935D. Grayscale: #8A8A8A. Windows color (decimal): -4363102 or 10644669. OLE color: 10644669.

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

Color convert

RGB189108162-
CMYK00.430.140.26
HSL320º38.03%58.24%-
HSV(B)320º42.86%74.12%-
XYZ32.8724.1537.11-
YUV138.37141.34164.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.18%
GREEN value IS 108 (42.58% from 255) = 23.53%
BLUE value IS 162 (63.67% from 255) = 35.29%
R=41.18%
G=23.53%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910816200.430.140.2632038.0358.24
HexBD6CA202BE1A140263a
Octal27515424205316325004672
Binary101111011101100101000100101011111011010101000000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6CA2; }

 p { color: rgb(189,108,162); }

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

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

 a { background-color: rgb(189,108,162); }

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

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

 span { border-color: rgb(189,108,162); }

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