#BD64A1

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

Shades of Hopbush #BD64A1

Tints of Hopbush #BD64A1

Color information

#BD64A1 (or 0xBD64A1) is unknown color: approx Hopbush. HEX triplet: BD, 64 and A1. RGB value is (189,100,161). Sum of RGB (Red+Green+Blue) = 189+100+161=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BD64A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD64A1 is #429B5E. Grayscale: #858585. Windows color (decimal): -4365151 or 10577085. OLE color: 10577085.

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

Color convert

RGB189100161-
CMYK00.470.150.26
HSL318.88º40.27%56.67%-
HSV(B)318.88º47.09%74.12%-
XYZ31.9822.5136.38-
YUV133.56143.49167.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42%
GREEN value IS 100 (39.45% from 255) = 22.22%
BLUE value IS 161 (63.28% from 255) = 35.78%
R=42%
G=22.22%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910016100.470.150.26318.8840.2756.67
HexBD64A102FF1A13f2839
Octal27514424105717324775071
Binary101111011100100101000010101111111111010100111111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD64A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD64A1; }

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

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

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

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

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

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

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

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