#BD64A5

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

Shades of Hopbush #BD64A5

Tints of Hopbush #BD64A5

Color information

#BD64A5 (or 0xBD64A5) is unknown color: approx Hopbush. HEX triplet: BD, 64 and A5. RGB value is (189,100,165). Sum of RGB (Red+Green+Blue) = 189+100+165=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 165 (64.84% from 255 or 36.34% from 454); Max value from RGB is 189 - color contains mainly: red. Hex color #BD64A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD64A5 is #429B5A. Grayscale: #858585. Windows color (decimal): -4365147 or 10839229. OLE color: 10839229.

HSL color Cylindrical-coordinate representation of color #BD64A5: hue angle of 316.18º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD64A5 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB189100165-
CMYK00.470.130.26
HSL316.18º40.27%56.67%-
HSV(B)316.18º47.09%74.12%-
XYZ32.3322.6538.26-
YUV134.02145.49167.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.63%
GREEN value IS 100 (39.45% from 255) = 22.03%
BLUE value IS 165 (64.84% from 255) = 36.34%
R=41.63%
G=22.03%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910016500.470.130.26316.1840.2756.67
HexBD64A502FD1A13c2839
Octal27514424505715324745071
Binary101111011100100101001010101111110111010100111100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD64A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD64A5; }

 p { color: rgb(189,100,165); }

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

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

 a { background-color: rgb(189,100,165); }

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

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

 span { border-color: rgb(189,100,165); }

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