#BD648E

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

Shades of Hopbush #BD648E

Tints of Hopbush #BD648E

Color information

#BD648E (or 0xBD648E) is unknown color: approx Hopbush. HEX triplet: BD, 64 and 8E. RGB value is (189,100,142). Sum of RGB (Red+Green+Blue) = 189+100+142=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD648E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD648E is #429B71. Grayscale: #838383. Windows color (decimal): -4365170 or 9331901. OLE color: 9331901.

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

Color convert

RGB189100142-
CMYK00.470.250.26
HSL331.69º40.27%56.67%-
HSV(B)331.69º47.09%74.12%-
XYZ30.4321.8928.21-
YUV131.4133.99169.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.85%
GREEN value IS 100 (39.45% from 255) = 23.20%
BLUE value IS 142 (55.86% from 255) = 32.95%
R=43.85%
G=23.20%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910014200.470.250.26331.6940.2756.67
HexBD648E02F191A14c2839
Octal27514421605731325145071
Binary1011110111001001000111001011111100111010101001100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD648E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD648E; }

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

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

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

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

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

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

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

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