#BD618C

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

Shades of Hopbush #BD618C

Tints of Hopbush #BD618C

Color information

#BD618C (or 0xBD618C) is unknown color: approx Hopbush. HEX triplet: BD, 61 and 8C. RGB value is (189,97,140). Sum of RGB (Red+Green+Blue) = 189+97+140=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD618C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD618C is #429E73. Grayscale: #818181. Windows color (decimal): -4365940 or 9200061. OLE color: 9200061.

HSL color Cylindrical-coordinate representation of color #BD618C: hue angle of 331.96º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD618C is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB18997140-
CMYK00.490.260.26
HSL331.96º41.07%56.08%-
HSV(B)331.96º48.68%74.12%-
XYZ29.9921.2627.33-
YUV129.41133.98170.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.37%
GREEN value IS 97 (38.28% from 255) = 22.77%
BLUE value IS 140 (55.08% from 255) = 32.86%
R=44.37%
G=22.77%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899714000.490.260.26331.9641.0756.08
HexBD618C0311A1A14c2938
Octal27514121406132325145170
Binary1011110111000011000110001100011101011010101001100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD618C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD618C; }

 p { color: rgb(189,97,140); }

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

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

 a { background-color: rgb(189,97,140); }

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

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

 span { border-color: rgb(189,97,140); }

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