#BD64A2

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

Shades of Hopbush #BD64A2

Tints of Hopbush #BD64A2

Color information

#BD64A2 (or 0xBD64A2) is unknown color: approx Hopbush. HEX triplet: BD, 64 and A2. RGB value is (189,100,162). Sum of RGB (Red+Green+Blue) = 189+100+162=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BD64A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD64A2 is #429B5D. Grayscale: #858585. Windows color (decimal): -4365150 or 10642621. OLE color: 10642621.

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

Color convert

RGB189100162-
CMYK00.470.140.26
HSL318.2º40.27%56.67%-
HSV(B)318.2º47.09%74.12%-
XYZ32.0722.5436.84-
YUV133.68143.99167.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.91%
GREEN value IS 100 (39.45% from 255) = 22.17%
BLUE value IS 162 (63.67% from 255) = 35.92%
R=41.91%
G=22.17%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910016200.470.140.26318.240.2756.67
HexBD64A202FE1A13e2839
Octal27514424205716324765071
Binary101111011100100101000100101111111011010100111110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD64A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD64A2; }

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

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

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

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

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

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

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

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